in reply to Selecting and ordering data over multiple date ranges
One way would be to GROUP BY state and month -- not just state, but your output would change to rows like this:
New York Jan 115 New York Feb 100 New York Mar 0 Georgia Jan 28
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Selecting and ordering data over multiple date ranges
by CountZero (Bishop) on Feb 07, 2003 at 16:43 UTC |