Home > Database > Mysql Tutorial > body text

怎么查看mysql表个数

WBOY
Release: 2016-06-07 16:26:54
Original
1040 people have browsed it

如何查看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'
Copy after login

?

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!