`
bosschen
  • 浏览: 192045 次
  • 性别: Icon_minigender_1
  • 来自: 北京
文章分类
社区版块
存档分类
最新评论

Oracle里查看所有表的SQL

阅读更多

select   table_name   from   user_tables;     //当前用户的表  
   
select   table_name   from   all_tables;     //所有用户的表  
   
select   table_name   from   dba_tables;       //包括系统表

select   table_name   from   dba_tables   where   owner='用户名'

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics