Guest_imported
New member
- Jan 1, 1970
- 0
Hi Guys
I was wondering whether it is possible to do the following in an SQL query.
I do not want to break the query out into a Stored Procedure or Add a new field to my dB for the "Order By".
Say I have 5 results:
1. Opel
2. Ford
3. Toyota
4. Audi
5. Volkswagen
I would like to ORDER them by NAME ASC but want Volkswagen to be the first record and then rest to be in Alphabetical.
eg.
5. Volkswagen
4. Audi
2. Ford
1. Opel
3. Toyota
Is this possible in a "select NAME from TABLE order by NAME" query?
Thanks for your help.
Regards
Col