`

update语句的执行计划如何看?

 
阅读更多
转化成select语句操作。
如:
update tb1 set f1=1 where id=1;
用explain:
explain select f1 from tb1 where id=1
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics