SQL执行顺序

SQL书写顺序

select -> from -> join on -> where -> group by -> order by -> having -> limit

SQL执行顺序

from -> join on -> where -> group by -> select -> having -> order by -> limit

后续添加。。。

posted @ 2021-02-02 16:56  Yoki93  阅读(40)  评论(0)    收藏  举报