1. 查询当前用户拥有的表: select * from user_tables;
2. 查询所有的表: select * from all_tables;
3. 查询EMP表的表结构: select * from user_tab_cols where table_name = 'EMP';
PLSQL中的常用命令
最新推荐文章于 2023-05-16 17:35:18 发布
1. 查询当前用户拥有的表: select * from user_tables;
2. 查询所有的表: select * from all_tables;
3. 查询EMP表的表结构: select * from user_tab_cols where table_name = 'EMP';