I have query that pulls data between to dates. How to group the data by month?
Depends on the database you're using, but this is the idea: GROUP BY MONTH([your date field here])