Updated Timestamp field in MySQL through PHP
Posted
by Vincent
on Stack Overflow
See other posts from Stack Overflow
or by Vincent
Published on 2010-06-09T19:38:18Z
Indexed on
2010/06/09
19:42 UTC
Read the original article
Hit count: 183
All,
I have a database table in mysql with a field that is of "TIMESTAMP" type. I need help writing the SQL query to update the field with the current timestamp.
UPDATE tb_Test set dt_modified = ?????
Thanks,
© Stack Overflow or respective owner