摘要:
查询某个数据库下有多少张表 SELECT COUNT(*) TABLES FROM information_schema.TABLES WHERE table_schema = '替换成你的数据库名'; 查询某个数据库下每个表有多少条数据 select TABLE_NAME, concat(trun 阅读全文
posted @ 2021-12-07 14:43 shenyixin 阅读(995) 评论(0) 推荐(0)
|
||
|
摘要:
查询某个数据库下有多少张表 SELECT COUNT(*) TABLES FROM information_schema.TABLES WHERE table_schema = '替换成你的数据库名'; 查询某个数据库下每个表有多少条数据 select TABLE_NAME, concat(trun 阅读全文
posted @ 2021-12-07 14:43 shenyixin 阅读(995) 评论(0) 推荐(0) |
||