Re: Database Design - Daily Prediction
Posted by: Rick James
Date: December 31, 2010 08:00AM

For item 1:
INSERT INTO tbl SELECT DATE_ADD(`day`, INTERVAL 364 DAY), `count` FROM tbl;
(adjust 364 as needed)

Options: ReplyQuote


Subject
Written By
Posted
Re: Database Design - Daily Prediction
December 31, 2010 08:00AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.