如何取得oracle数据库中字段的描述内容?select comments from user_col_comments where table_naem='name'查询所有视图:TEXT字段为视图定义sqlselect * 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