当我尝试在 Oracle 中执行以下查询时,出现“表或视图不存在”错误:
SQL查询
SELECT table_type, table_name FROM information_schema.tables WHERE table_rows >= 1;
错误
ORA-00942: 表或视图不存在
我们如何在 Oracle 中查询有关表的元数据?
sql oracle select data-dictionary
data-dictionary ×1
oracle ×1
select ×1
sql ×1