I have a user database where a year has to be put in.

Now, I want to compile a list of each different year and how many users are in that 
year.

Is there a way to do this beyond coding for each year:

SELECT * FROM students WHERE year = '1983' ?

- Kath

Reply via email to