I have two tables, the first one a list of pupils and the second a choices table where you can insert there course choices in.
pupils:
id
name
choices:
id
pupilID
I need to be able to list all of the students who haven't got 8 entries in the choices table using a stored procedur, and I cannot get it to work for anything!
Please Help!
Cheers
Tim
pupils:
id
name
choices:
id
pupilID
I need to be able to list all of the students who haven't got 8 entries in the choices table using a stored procedur, and I cannot get it to work for anything!
Please Help!
Cheers
Tim