I have a table as below,
ID Description
--------------------
1 Bacteria
2 Cell Lines
3 Compounds
4 Virus
5 Others
6 AntiBody
What I want is a single SQL query, ordered alphabetically but have ‘Other’ (ID 5) as the last record.
Is that even possible?
Any help would greatly appreciated.
Thanks.
1 Answer