[ad_1]
Try this query:
SELECT
MONTH(Date) as Month,
AVG(Volume) as Volume
FROM
table
GROUP BY
MONTH(Date)
[ad_2]
solved how to calculate average of different months having random data [closed]
[ad_1]
Try this query:
SELECT
MONTH(Date) as Month,
AVG(Volume) as Volume
FROM
table
GROUP BY
MONTH(Date)
[ad_2]
solved how to calculate average of different months having random data [closed]