Jump to content

[SOLVED] ORDER BY, not properly ordered?


Tiltan

Recommended Posts

Im trying to order a list of numbers. But its not properly ordering, the list ends upp like this:

 

1

10

100

1000

11

12

2

 

I want the list to go in order

 

1

2

10

11

12

100

1000

 

 

Code.. Well in short:

"SELECT * FROM _TABLE_ WHERE something='something' ORDER BY id" (ASC or DESC dosent matter)

 

If you want the full code i can give it. I just cant see how it would change the "order by" since it dosent change the numbers anywere.

Link to comment
https://forums.phpfreaks.com/topic/152609-solved-order-by-not-properly-ordered/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.