Hello, I'm trying to complete a SQL Query to return a set of data for creating a dynamic chart.
For example; I would like to return the data for the last 12 months. So for Feb 2007, would return data for Jan 06 to Jan 07, and in Mar 07, data returned would be Feb 06 to Feb 07.
I'm somewhat new...