当前位置:   article > 正文

mysql 子查询优化_mysql如何优化子查询

mysql如何优化子查询

一般写子查询的时候:SELECT max(`Posted-date`) as `Postedday` FROM `transaction`where `unique_key` in ("SELECT `unique_key` from `transaction` where `seller`="."'$count_seller'");执行的时候会很慢;

优化:SELECT max(`Posted-date`) as `Postedday` FROM `transaction`where `unique_key` in(SELECT `unique_key` from ("SELECT `unique_key` from `transaction` where `seller`="."'$count_seller'") as tbt));



                   



                  
                   "
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/一键难忘520/article/detail/959632
推荐阅读
相关标签
  

闽ICP备14008679号