IF NOT EXISTS (SELECT prereqListID
FROM dbo.tblPreRequisiteList
WHERE NOT prereqListID IN (SELECT FK_prereqID
FROM dbo.tblPreReqStudentAnswers
WHERE FK_applicantID = @appID))
I have a syntax error in this statement that I can't seem to identify.
Any thoughts?
Thanks for your time.
IF?dbo.tblPreRequisiteListmakes that look a reasonable assumption but please clarify.