oracle 根据字段名查表名

select table_name from dba_tab_cols where column_name='COLNAME';
select table_name from user_tab_cols where column_name='COLNAME';
posted on 2018-06-05 08:34  ningmou  阅读(1029)  评论(0)    收藏  举报