RogerBarton
Programmer
Is there a way to find out the data / time a table was updated?
Regards,
Roger Barton
Regards,
Roger Barton
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
select last_ddl_time from user_objects
where object_name = upper('<subject table name>');