MySQL: Ignore the timestamp attribute
Posted
by Nique
on Stack Overflow
See other posts from Stack Overflow
or by Nique
Published on 2010-05-15T06:34:11Z
Indexed on
2010/05/15
6:44 UTC
Read the original article
Hit count: 278
I have a timestamp column in my database, and i use it for almost every field, but now, i just want to update the hit counter.. and i do not want to update the timestamp column with it. I use the timestamp field to see the last 'content' update. Not for every hit.
Is it possible to let mysql stop updating the timestamp column for just one query?
© Stack Overflow or respective owner