I am having trouble getting the the count of the top 10 products bought. I am using MySQL 8.
I was given a table that includes the following column:
Product
-
Speakers, E book reader
Shoes, Sunglasses
Sports Magazine, Car Magazine
NULL
NULL
T-shirts
NULL
NULL
Shoes, Socks
None
What's the easiest way I can count the items?