hello, i have a mysql row that i am ordering in DESC... the problem is is that it doesnt really order the numbers from largest to smallest, but from the first number in the whole number, so for example the order would look like this:
385
2435
182
1249
etc
etc
How can I make it where it orders it like
2435
1249
385
182
etc
Thanks
Darko