oracle表注释与字段注释

表注释

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='大写表名'
上一篇:java基础语法01 注释


下一篇:Oracle comment添加注释