I have data like this:

I wanna order the data, and the result will be like this:
CHECKING_ACCT_MONTHS--------------------11-201110-201109-2011AVERAGE
in another words, the data will ordered descending, but the AVERAGE data will be at the bottom. How can I do that,.?
Query should be …