HelloI have a simple statement that starts:SELECT a.product, MONTH(a.saledate) AS Month, Count(*) AS TotalWhich yields, for example,Product Month TotalBike 8 1000Please can anyone advise if it's possible to add the month's name to this query and also, is it possible to get a monthly total to appear as well?Thanks
↧