I have a database, which hold data of customers. I need to know how many customers We have in individual city and country. I have to do it with single query.
My table is customers and I have columns city and country(both are varchar), which holds informations about it.
Desired output of query should look like this:
City | NumberOfCustomers | Country | NumberOfCustomers |
--------------------------------------------------------
Thanks