teradata 查询创建表的时间

如何查询teradata创建表的时间?

select tablename,CreateTimeStamp
from dbc.tables          ---dbc的table,user是在dbc内的吗?具体不清楚,如何实现
where databasename=user; ---不知道为什么无法使用账户名字

 发现使用 createtimestamp和 lastaltertimestamp的结果一样?不知道为什么?

参考:https://stackoverrun.com/cn/q/2172391

https://stackoverflow.com/questions/6847478/how-can-i-find-out-the-date-of-the-last-change-on-a-table-in-teradata

 
原文地址:https://www.cnblogs.com/papio/p/9480391.html