【问题标题】:Sybase sysobjects - what's the equivalent table in DB2?Sybase sysobjects - DB2 中的等效表是什么?
【发布时间】:2011-12-08 01:00:40
【问题描述】:

我在 Sybase 中有一个简单的 sql,

select user_name(uid), type, name
  from sysobjects

我想知道 DB2 中的等效 sql 是什么?

【问题讨论】:

    标签: sql db2 sybase


    【解决方案1】:

    我认为没有一个视图可以显示所有对象。

    对于将是 SYSCAT.TABLES 的表

    手册中列出了所有可用视图:Catalog Views

    【讨论】:

      猜你喜欢
      • 2017-10-24
      • 2013-07-23
      • 2013-01-18
      • 1970-01-01
      • 1970-01-01
      • 2020-01-07
      • 2011-07-25
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多