I have records in mysql table like
a
a
a
b
b
and I want output like:
a 3
b 2
Is there any mysql query that I achieve that
I have records in mysql table like
a
a
a
b
b
and I want output like:
a 3
b 2
Is there any mysql query that I achieve that