subtract sql with group by and count code example Example: sql count group by SELECT gender, COUNT(*) FROM people GROUP BY gender;