会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
lavel
首页
管理
2021年4月21日
MySQL-explain
摘要: explain分析 explain命令是查看优化器如何决定执行查询的主要方法,在查询语句前加explain即可 explain select * from t where c1 = (select id from t2 where id = 10); | id |select_type|table|
阅读全文
posted @ 2021-04-21 07:24 lavel
阅读(42)
评论(0)
推荐(0)
编辑