On 2002-07-24 08:46, "Dermot Paikkos" <[EMAIL PROTECTED]> wrote:

> Hi 
> Probably a silly question but how can I set a time field to the current
> time with update in mysql?
> 
> I have 4 time fields per record. Should I have used set them up as
> timestamp?

Now() will update to the current time

Insert into table values(now());

- hcir
[EMAIL PROTECTED]


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to