MySQL: Updating entry WITHOUT updating timestamp
Posted
by Yongho
on Stack Overflow
See other posts from Stack Overflow
or by Yongho
Published on 2010-05-16T18:08:44Z
Indexed on
2010/05/16
18:20 UTC
Read the original article
Hit count: 209
mysql
I have a timestamp in a mysql table with attribute "ON UPDATE CURRENT_TIMESTAMP". Is there a way to manually disable updating the timestamp on a special occasion? (eg: updating the entry to revise a blog post, but not to re-date it)
© Stack Overflow or respective owner