I have a table containing a datetime column.
I need to add 15 hours to all these values.
e.g.
As Is: 2007-08-22 08:55:10
To Be: 2007-08-22 23:55:10
As Is: 2009-08-22 14:55:10
To Be: 2009-08-23 05:55:10
Is there a MySQL UPDATE
query that can do this?