如何取得oracle数据库中字段的描述内容?
select   comments   from   user_col_comments   where   table_naem='name'

查询所有视图:TEXT字段为视图定义sql
select * from sys.view$ t

查询所有数据库中的对象
select * from sys.obj$ t where name like 'PK_OUTPUT'

知道上面的PK了想知道这个PK属于哪个表,被哪个表作为FK使用该怎么查呢?

相关文章:

  • 2021-11-15
  • 2021-07-24
  • 2021-05-16
  • 2021-07-17
  • 2021-07-13
  • 2021-12-02
  • 2021-06-21
猜你喜欢
  • 2021-05-09
  • 2021-08-04
  • 2022-12-23
  • 2022-12-23
  • 2021-08-03
  • 2022-12-23
相关资源
相似解决方案