how to count how many of a specific value are in a column in sql code example Example: count occurrences sql SELECT age, count(age) FROM Students GROUP by age