I’ve got a table, and it includes the fields:
country, price and units
I’m trying to use SELECT COUNT(*) to get the sum for each country how many units been sold.
What’s the right statement for MySQL ?
I’ve got a table, and it includes the fields: country, price and units I’m
Share
1 Answer