[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] MySQL and changes
- Subject: [ale] MySQL and changes
- From: hpassau at emory.edu (Billy Passauer)
- Date: Tue May 31 15:21:19 2005
- In-reply-to: <[email protected]>
- References: <[email protected]>
Christopher Fowler wrote:
> I'm running MySQL 4.X and I want to be able to see when rows are
> modified. Is there a way to create a modified column in a table that
> gets updated with now() everytime a UPDATE or INSERT is executed?
Might TIMESTAMP be what you're looking for?
http://dev.mysql.com/doc/mysql/en/timestamp-4-1.html
... Billy ...