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 o
* 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 se
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?