3
Answers

Sorting Numeric Values in php

Gokul

Gokul

8y
791
1
hi,friends, I want to sorting the numbers in 1,2,3......10,11,12 in this order, i'm also using select * from table_name order by column name;  I get the answer is 1,10,11,12,2,3.....  How can i get this order... help me 
Answers (3)