I have a table called items with a field "brandid"
I'm using mysql 3.23.58 which does not have COUNT();
What statement can I use to find out which brandid occurs the most
frequently?
I'm using mysql 3.23.58 which does not have COUNT();
What statement can I use to find out which brandid occurs the most
frequently?
Comment