表注释
select * from all_tab_comments
where table_name='大写'
select * from all_tab_comments
where comments like 'xxx'
段注释
select * from all_col_comments
where table_name='大写表名'
2022-12-19 22:04:47
select * from all_tab_comments
where table_name='大写'
select * from all_tab_comments
where comments like 'xxx'
select * from all_col_comments
where table_name='大写表名'