Hi,
I am trying to retreive ordered data from a mysql database using the following query.
"SELECT * FROM $table ORDER BY location"
I have been ordering the data by 'location' only. However I now want to also order the data by 'customer_name' within the location.
Is this possible in a mysql query?
Any help would be appreciated,
Thanks
James