Oracle通过表名查库名 发布于 2022-11-18 1086 次阅读 -- 'table_name' = 你的表名 select * from all_tables where table_name = 'table_name';
Comments NOTHING