3
Answers

Sorting Numeric Values in php

Photo of Gokul

Gokul

9y
339
1 OOP/OOD
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)