MySQL Group and Order by

前端 未结 0 1949
天命终不由人
天命终不由人 2020-12-07 23:44

I am trying to sort the sum of each sales month by highest to lowest.

`SELECT date_format(salesdate, "%M" "%Y") as "Month Year" sum(sale

相关标签:
回答
  • 消灭零回复
提交回复
热议问题