How to sort data in MySQl if data are very large and in the sequience of ........... 1,12,2,4,13,18,16,23,3,31... if i m using order by ASC data are coming like this 1,12,13,16,18,2,23,3,31...... give me solution for this how to sort in ascendung order thanks. Seema
View All Comments
| View Tutorial