数据库语句书写顺序和执行顺序

书写顺序:

select 
from
where
group by
having
order by
limit

执行顺序:

 

from
where
group by
having
select
order by
limit

 

  

 

posted @ 2021-01-16 21:08  云村的王子  阅读(143)  评论(0编辑  收藏  举报