Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 SQL query

Author  Topic 

vlitim
Starting Member

4 Posts

Posted - 2001-10-18 : 10:02:51

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 procedure and list them by name, and I cannot get it to work for anything!


   

- Advertisement -