I am trying to order by with specfic column in sql data but it is not working, here is the query.
query = mysql_query("SELECT A, B FROM tableAAA WHERE C = 'Slected' ORDER BY D")
Could you please tell any other way of sorting or ordering?
I am trying to order by with specfic column in sql data but it is not working, here is the query.
query = mysql_query("SELECT A, B FROM tableAAA WHERE C = 'Slected' ORDER BY D")
Could you please tell any other way of sorting or ordering?