小编Aru*_*run的帖子

Oracle 等价于 information_schema.tables

当我尝试在 Oracle 中执行以下查询时,出现“表或视图不存在”错误:

SQL查询

SELECT table_type,
       table_name
FROM information_schema.tables
WHERE table_rows >= 1;
Run Code Online (Sandbox Code Playgroud)

错误

ORA-00942: 表或视图不存在

我们如何在 Oracle 中查询有关表的元数据?

sql oracle select data-dictionary

6
推荐指数
1
解决办法
7830
查看次数

标签 统计

data-dictionary ×1

oracle ×1

select ×1

sql ×1