select * from ALL_COL_COMMENTS where column_name = '字段名'
select table_name from cols where column_name = '字段名'
select table_name from dict where table_name like '%字段名%';
select * from ALL_COL_COMMENTS where column_name = '字段名'
select table_name from cols where column_name = '字段名'
select table_name from dict where table_name like '%字段名%';
4747
2955
1013

被折叠的 条评论
为什么被折叠?