Hi all,
I have a SELECT with a varchar field and a number field.
I need to order by the text field (a,b,c...) for number < 2000, and
another order by for number>0.
The result may look like this:
Aaa 200
bbb 89
ccc 100
aa 2005
bb 2900
cc 2100
....
Is this possible with a single query ?
--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG