I have an unusual table structure which looks like this:
fruit january february march
----------------------------------
apple 10 9 3
banana 2 1 1
grape 8 7 7
What type of select given 'apple' as the value of the row in the fruit column will give me the column and the highest number for that column, ie
apple, january, 10