SELECT table_name,table_rows
FROM information_schema.tables
WHERE table_schema='库名称' ORDER BY table_rows DESC;
StephenJava ©著作权
SELECT table_name,table_rows
FROM information_schema.tables
WHERE table_schema='库名称' ORDER BY table_rows DESC;
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M