"Mike<mickalo>Blezien" <[EMAIL PROTECTED]> wrote:
> I need to create a database table with a timestamp column data type, but I
don't
> what it to change each time the row is updated. How can you prevent the
> timestamp column from changing each time it's updated.

Use the DATETIME field type instead and set the field when the record is
created using a MySQL date function or a date function within your
programming language of choice.

--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/


---------------------------------------------------------------------
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