Ultimately, I want to pass through the entire DB once and produce a set of outputs broken into 3 parts, instead of writing 3 SQL that pass through the DB 3 times to produce 3 separate sets of results.
MyTABLE:
GROUPfield FYfield VALfield (whole #)
1 3QFY11 1
1 4QFY11 2
1 1QFY12 1
1 2QFY12 1
1...