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

SQL查询数据库中所有表名

时间:2020-10-29 09:56:35      阅读:29      评论:0      收藏:0      [点我收藏+]

标签:rom   pre   format   and   not   数据   查询   table   only   

SELECT
	table_name,table_type,table_schema
FROM
	information_schema.TABLES 
WHERE
	table_schema = ‘security_domain‘ 
	AND table_type = ‘BASE TABLE‘;

  NOTE:

      This sql only query tables under database security_domain

SQL查询数据库中所有表名

标签:rom   pre   format   and   not   数据   查询   table   only   

原文地址:https://www.cnblogs.com/irobotzz/p/13891238.html

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