码迷,mamicode.com
首页 > 数据库 > 详细

mysql查询处理顺序

时间:2014-11-09 11:03:52      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:blog   http   io   sp   div   on   log   bs   ef   

http://zhangzhaoaaa.iteye.com/blog/1689412参考:《MYSQL技术内幕SQL编程》

select distinct <selectlist>

from lefttable

<join-type>join <righttable>

on <join_condition>

where<where_condition>

group by<groupbylist>

with{CUBE|ROLLUP}

HAVING<havingcondition>

order by<orderbylist>

limit<limitnumber>

处理顺序

 

  1. from
  2. on
  3. join
  4. where
  5. group by
  6. cube|rollup
  7. having
  8. select
  9. distinct
  10. order by
  11. limit

mysql查询处理顺序

标签:blog   http   io   sp   div   on   log   bs   ef   

原文地址:http://www.cnblogs.com/svennee/p/4084506.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!