SQL书写顺序
select -> from -> join on -> where -> group by -> order by -> having -> limit
SQL执行顺序
from -> join on -> where -> group by -> select -> having -> order by -> limit
后续添加。。。
SQL书写顺序
select -> from -> join on -> where -> group by -> order by -> having -> limit
SQL执行顺序
from -> join on -> where -> group by -> select -> having -> order by -> limit
后续添加。。。