Answers for "update the data through mysql"

SQL
1

mysql update row

UPDATE `tableName` SET `fieldName` = 'value' WHERE `fieldName` = 'value'
Posted by: Guest on December-23-2021
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 "SQL"

Browse Popular Code Answers by Language