I’m getting weird results on a MySQL SELECT statement that uses ORDER BY my_column ASC.
It’s ordering the results the way a “computer” would order them, instead of a human:
- Item F: 241.565853
- Item B: 25.310854
- Item D: 25.397155
- Item C: 260.252356
- Item A: 27.7740
- Item E: 271.774058
How do I get it to ORDER BY in the correct manner? My SELECT statement has a couple LEFT JOINS– not sure if that would make a difference.
Any suggestions on how to correct this problem?
Something like this should do it: