Hi,
I've trawled through dozens of google pages and MySQL documentation to no avail for this problem, so my apologies if the solution is simple!
I have two columns within a table that I want to sort by. The first column is "Stat" which has options (Assigned, Unassigned, Awaiting Parts, On Hold, Completed) and the second is a simple ID field.
I need to order via the stat column first - but not in alphabetical order - the order must be:
-Unassigned
-Assigned
-Awaiting Parts
-On Hold
-Completed
The only way I've been able to get it to work is alphabetically, which is no good :queasy:
Any thoughts?