Home  >  Article  >  Database  >  怎么查看mysql表个数

怎么查看mysql表个数

WBOY
WBOYOriginal
2016-06-07 16:26:541019browse

如何查看mysql表个数 ? 用如下sql即可: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA='dbName' ? ?参考链接:http://www.itpub.net/thread-1064196-1-1.html

如何查看mysql表个数

?

用如下sql即可:

SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA='dbName'

?

?参考链接:http://www.itpub.net/thread-1064196-1-1.html

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn