MySQL: ignore timestamp attribute
I have a timestamp column in my database and I use it for pretty much every field, but now I just want to update the hit counter. And I don't want to update its timestamp column. I am using the timestamp field to see the latest "content" update. Not for every hit.
Is it possible to prevent mysql from updating the timestamp column for just one query?
+2
a source to share