摘要: 1、常用sql查询语句 (1)、统计数据库中所有表的记录数 select table_name,table_rows from information_schema.tables where TABLE_SCHEMA='数据库名' order by table_rows desc; (2)、sele 阅读全文
posted @ 2022-09-27 15:26 郑小超 阅读(62) 评论(0) 推荐(0)