[thelist] SQL ORDER BY

Rickards, Julian (NDM) julian.rickards at ndm.gov.on.ca
Thu Apr 20 14:52:08 CDT 2006


Even cooler!

-----Original Message-----


select *
from ...
where ...
order by case class
        when 'Open' then 1
        when 'Closed' then 2
        when 'Suspended' then 3
    end;



More information about the thelist mailing list