Mmmm, maybe not the best title for the problem but here is what I've got :
SELECT Item, I1, V1, I2, V2, I3, V3, I4, V4, I5, V5 FROM MyTable ;
Simple, however I now want to return only One set of Items (I) and one set of Prices (P) from the above result set ordered on P ASC.
ROW 1 Item A, 0...