码迷,mamicode.com
首页 > 数据库 > 详细

利用SQL语句查询一个数据库中的所有表

时间:2016-11-22 13:18:06      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:oracle   bsp   user   个数   orm   lag   tables   flags   ati   

SQL  :  select * from information_schema.tables 

ORACLE: select table_name from user_tables 

ACCESS: select    name    from    MSysObjects    where    type=1    and    flags=0

利用SQL语句查询一个数据库中的所有表

标签:oracle   bsp   user   个数   orm   lag   tables   flags   ati   

原文地址:http://www.cnblogs.com/accumulater/p/6088420.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!