Hi!
I wonder if there's mysql has a function like get_modified_date or something like that? I just want to know if there's one like that, i don't want a new field called 'last_modified'.
Thanx!
Greetz, Daniel
Hi, in MySQL if you declare field as timestamp and you won't modify it explicitly in your query, it will always contain date and time of last modification
What format is the date/time stored in ?