How to find out when the table was last modified in Teradata?
Solution:
SELECT TABLENAME, LASTALTERTIMESTAMP \nFROM DBC.TABLES\nWHERE DATABASENAME = 'My DB Name' -- OPTIONAL\nORDER BY LASTALTERTIMESTAMP DESC\n
nVector
posted onEnjoy 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
Post Comment