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