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

Filed under:
|

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

Related posts about mysql

Related posts about php5