Monday, April 30, 2012

update mysql timestamp

UPDATE `cmcustomers` SET `end_time` = `start_time` + INTERVAL 1 YEAR;

No comments:

Post a Comment