Hi all,
For some reason i'm running a blank on how to go about doing something like this.
I have a table that looks like this
UserID | Name | DateAdded | LastUpated
--------------------------------------------------
1 | James Q | 1/1/2009 |
If i insert or update record the lastupdated field should be updated the sysdate. How would i go about doing something like this?
Thanks