Ordering Table on ID Column

Ordering Table on ID Column

Tom_TTom_T Posts: 24Questions: 3Answers: 0
edited April 2013 in General
My ID Column contains the numbers starting at 0,1,2,3... up

How do I order this column so I get 0,1,2,3,4,5,6,7,8,9,10,11,12 etc and NOT

0,1,10,11,12,2,3,4,5 etc ?

Thanks :)

Replies

  • allanallan Posts: 63,516Questions: 1Answers: 10,473 Site admin
    If it isn't being detected as a number column, then there much be non-numeric data in it. If you post a link to the page or use the debugger, I'd be able to tell you exactly what is causing it.

    Allan
  • Tom_TTom_T Posts: 24Questions: 3Answers: 0
    Thanks for the reply.

    I cleaned the data and now it is working :)
This discussion has been closed.