Mysql查询某数据库中表的总数量
使用帮助
Mysql查询某数据库中表的总数量
2022-10-12 20:05
select count(*) from information_schema.tables where table_schema='dbname';
標簽:
- mysql