查看mysql数据库的大小_MySQL
程序员文章站
2022-06-12 21:50:14
...
select * from information_schema.TABLES
where information_schema.TABLES.TABLE_SCHEMA='weixin_house_green'
and information_schema.TABLES.TABLE_NAME='user'/G;
上一篇: 为何说这里用了递归