[Solved] Mysql Query [0002] [closed]
Assuming you want a figure of 0 for any month and / or city which doesn’t have any sales, but where there are sales for other cities for that month then something like this:- Cross join a pair of subselects, one to get a list of the months used and one to get a list … Read more