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

转:怎么用Sql语句获取一个数据库中的所有表的名字

时间:2019-09-19 14:23:50      阅读:93      评论:0      收藏:0      [点我收藏+]

标签:amp   class   数据库   targe   bsp   info   mysq   orm   ida   

用sql获取数据库中所有的表名的方法:
1、oracle下:select table_name from all_tables;
2、MySQL下:select table_name from information_schema.tables where table_schema=‘csdb‘ and table_type=‘base table‘;
3、sql server下:select name from sys.tables go

转:怎么用Sql语句获取一个数据库中的所有表的名字

标签:amp   class   数据库   targe   bsp   info   mysq   orm   ida   

原文地址:https://www.cnblogs.com/shirleyxuezi/p/11548861.html

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