I have two tables:
Classes
CLID | CLDate
ClassDetail
CLID | Description | Instructor
I'm trying to figure out a single SQL statement that would return all CLIDs that exist in ClassDetail but NOT in Classes.
I'm in the process of fudging it in PHP, but I know there's a better way...
Thanks!













