会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Green.Leaf
博客园
首页
新随笔
联系
管理
2022年9月27日
Mysql 常用操作
摘要: 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)