Mysql查询某数据库中表的总数量
发布时间:2022-10-12 20:04       
select count(*) from information_schema.tables where table_schema='dbname';
select count(*) from information_schema.tables where table_schema='dbname';