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.
| 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: idnamechoices:idpupilIDI 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! |
|
|
|
|
|