I have a table which stores IDs and the city where the store is located.
I want to list all the stores starting with the stores that are in the city where there are
SELECT `FirstAddressLine4`, count(*) AS `Count` FROM `leads` WHERE `Status`='Yes' AND `broker_id`='0' GROUPBY `FirstAddressLine4` ORDERBY `Count` DESC LIMIT 0, 8