--查看表的comment
select * from all_tab_comments where table_name='大写表名';
--查看列的comment
select * from all_col_comments where table_name='大写表名';
查看comment
最新推荐文章于 2022-04-13 13:57:32 发布
--查看表的comment
select * from all_tab_comments where table_name='大写表名';
--查看列的comment
select * from all_col_comments where table_name='大写表名';