to sql list every occurrence of a values in a column code example Example: count occurrences sql SELECT age, count(age) FROM Students GROUP by age