RE: add secs to datetime

2002-01-07 Thread Roger Baklund
* Kodrik I have datetime and I want to add a number or seconds to it. That number can be greater than 60, it can actually be greater than the equivalent of a years in seconds. How do I add these seconds to the value of a datetime field through an update with MySQL? update table set

Re: add secs to datetime

2002-01-07 Thread Kodrik
On Monday 07 January 2002 01:13 am, Roger Baklund wrote: * Kodrik I have datetime and I want to add a number or seconds to it. That number can be greater than 60, it can actually be greater than the equivalent of a years in seconds. How do I add these seconds to the value of a