• 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

     
  • 相关阅读:
    特殊集合
    推箱子
    集合
    数组

    循环语句 练习题
    穷举与迭代
    循环语句
    练习题
    switch case
  • 原文地址:https://www.cnblogs.com/papio/p/9480391.html
Copyright © 2020-2023  润新知