[SOLVED] Ordering problem
Posted: Thu Aug 11, 2005 4:19 pm
I'm using this query:
SELECT * FROM `tutorials` ORDER BY `chars` DESC
the chars field holds a number value
The problem i'm having is that it's not ordering the way it should because there are high values below the lower values like so:
5435
2456
11254
Why isn't 11254 at the top?
SELECT * FROM `tutorials` ORDER BY `chars` DESC
the chars field holds a number value
The problem i'm having is that it's not ordering the way it should because there are high values below the lower values like so:
5435
2456
11254
Why isn't 11254 at the top?