i have the following mysql table….
-----------------------
id customer_name date
-----------------------
now let me know the query with which i will able to show data Order by alphabeticaly…
where values of customer_fields are like testkhan, rafae, ibrahm and i want to show them as
ibrahm
rafae
testkhan
1 Answer