書寫順序:
select -> from -> where -> group by -> having -> order by
執行順序:
from -> where -> group by -> having -> select -> order by
書寫順序:
select -> from -> where -> group by -> having -> order by
執行順序:
from -> where -> group by -> having -> select -> order by