SyntaxFix
Write A Post
Hire A Developer
Questions
This is quite simple.
Assuming the data is stored in a column called A in a table called T, you can use
select A, count(A) from T group by A