To increase dates in database table run following query and change INTERVAL value to desired value.
UPDATE `table_name` SET `date` = DATE_ADD(`date` , INTERVAL 365 DAY);
To increase dates in database table run following query and change INTERVAL value to desired value.
UPDATE `table_name` SET `date` = DATE_ADD(`date` , INTERVAL 365 DAY);
Copyright © 2013 KA's Blog. All rights reserved.
Proudly powered by WordPress 
Written by khawaib
Topics: SQL