Hi,
What view do you use to determine when the data on a given table was last changed (thru a DML).
Thanks,
Leonard905
Printable View
Hi,
What view do you use to determine when the data on a given table was last changed (thru a DML).
Thanks,
Leonard905
There is no such system table or view that will show you this. You have to implement this functionality by yourself. Either through auditing or with triggers.....