标签:schema group color from mysq where class table dbn
SELECT
COUNT
(*) TABLES, table_schema
FROM
information_schema.TABLES
WHERE
table_schema =
‘dbname‘
GROUP
BY
table_schema;
dbname是数据库的名称
标签:schema group color from mysq where class table dbn
原文地址:http://www.cnblogs.com/youxianyen/p/7293929.html