Where can I put aggregation functions in one SQL query (in the select
clause, in having
clause or others ). And What's the executing order of aggregation functions in the logical processing order of the select statement?
The post "Order Of Execution of the SQL query" there doesn't cover the functions' executing order.