Subject How to get the record modifed timestamp
Author alanpltse
Is there a function in the SELECT statement I can find out the
record's last insert/last modified timestamp ?

eg.
SELCT "timestamp", EMP_ID, EMP_NAME
FROM EMPLOYEE
WHERE EMP_ID = 100