How to find out when the table was last modified in Teradata?

Solution:

\n\n
SELECT TABLENAME, LASTALTERTIMESTAMP \nFROM DBC.TABLES\nWHERE DATABASENAME = 'My DB Name' -- OPTIONAL\nORDER BY LASTALTERTIMESTAMP DESC\n

nVector

posted on

Enjoy great content like this and a lot more !

Signup for a free account to write a post / comment / upvote posts. Its simple and takes less than 5 seconds