I have the following simple query:
SELECT * FROM grade order by GRADENAME
It outputs:
This is a problem mostly on the user experience part, Since he received the grades on the <select></select>
element as the list above shows. Is there a way I can order them to show starting from 1A
all the way to 11D
? Is there a possible way to do it?
EDIT
Applying SELECT * FROM grade order by BIN(GRADENAME);
results in: