Specify order by clause to first order by specific value
cmit0227Jun 15 2006 — edited Jun 15 2006Does anyone know how to specify an order by clause that first always orders by a particular value, and then follows next order by clause
for example.....
if my results of my query are 1, 3, 23 27, 31
and I always want 27 to come first, but then the rest in asc order....how can i do that?
Thanks.