Combine group by and count mysql

后端 未结 2 1631
轻奢々
轻奢々 2021-01-24 05:55

I need to find out all statuses in a table using group by:

SELECT status FROM table GROUP BY status

And then count the results found

         


        
2条回答
提交回复
热议问题