Above is my participants table and my problem is I want to count how many male and female are the same type of participant. Below is the code I have that count how many participant per type.
SELECT type_parti, COUNT(1) FROM tbl_participants GROUP BY type_parti