在oracle数据库怎么查询某个字段在哪些表中出现过

如题所述

select distinct table_name
from user_col_comments t
where t.column_name = upper(col_name)  --用你的字段名代替col_name即可

温馨提示:答案为网友推荐,仅供参考
相似回答