I am trying to run a basic SELECT * FROM Table ORDER BY Name query but I want "Other" to be at the end of my list instead of alphabetically. Assuming I know that the text is Other and the ID # for Other, is it possible to do this with SQL Server or would I have to do it on the front end with the script?
Thanks,
Andrew
Thanks,
Andrew
Comment