Prob with ORDER

wxdqz

New Member
Ok...
I am actually a little suprised that I'm having this problem with mySQL

I have a table of guages and the smallest should be 00 the next size larger is 0

but, the 'ORDER BY guage DESC' command
screws up and orders 00 as 1 higher than 0.
Anyone know of a work around?
Is it possible to manually designate the order in PHP while making the 'ORDER BY' clause?
 
Back
Top