MySQL Forums
Forum List  »  PHP

Re: Date increment in INSERT loop
Posted by: Peter Brawley
Date: September 06, 2021 01:24PM

If the table already has three rows each with date='2021-05-03', use update statements to change the date values.

Note that to do what efficiently, the table needs a primary key.

Options: ReplyQuote


Subject
Written By
Posted
September 06, 2021 09:08AM
Re: Date increment in INSERT loop
September 06, 2021 01:24PM
September 07, 2021 05:38AM
September 08, 2021 02:30AM


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.