摘要:
#数据库中所有表的信息 SELECT * FROM information_schema.TABLES WHERE TABLE_SCHEMA = '数据库名' #数据库中每个表的数据量 SELECT table_name,table_rows FROM information_schema.tabl 阅读全文
posted @ 2021-05-20 11:17 shenyixin 阅读(4479) 评论(0) 推荐(0)
|
||
|
摘要:
#数据库中所有表的信息 SELECT * FROM information_schema.TABLES WHERE TABLE_SCHEMA = '数据库名' #数据库中每个表的数据量 SELECT table_name,table_rows FROM information_schema.tabl 阅读全文
posted @ 2021-05-20 11:17 shenyixin 阅读(4479) 评论(0) 推荐(0) |
||