In my database, I have a table with a column
`LastUpdated` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
I would like to touch the entry in this table so that the LastUpdated column is automatically updated, but I do not want to change any value in this row.
Is it possible?
Thank.
sql mysql
Gleeb Feb 06 '14 at 7:48 2014-02-06 07:48
source share