Answers for "mysql datetime by update"

SQL
1

on update date mysql

ALTER TABLE t1 MODIFY post_date TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
Posted by: Guest on April-26-2021

Code answers related to "mysql datetime by update"

Code answers related to "SQL"

Browse Popular Code Answers by Language