获取某数据库的全部数据条数 SELECT SUM(table_rows) FROM information_schema.tables WHERE table_schema='库名称'; 数据库 2023-12-13 160 点赞 2 评论 242 浏览