I have an authentication table where i am storing the registration_type as column
registration_type
teacher
student
institute
student
student
these are the data in the column ,I need to get the total count(teacher),total count(student),total count(institute) in single query.
student=3
teacher=1
institute=1