SELECT EmpID, CourseName
        FROM Course
        WHERE CourseName <> "Preventing Sexual Harassment"

============================================
Bryan F. Hogan
Director of Internet Development
Macromedia Certified ColdFusion MX Developer
Digital Bay Media, Inc.
1-877-72DIGITAL
============================================

-----Original Message-----
From: Kronenberger, Douglas [mailto:[EMAIL PROTECTED]
Sent: Monday, February 24, 2003 2:58 PM
To: CF-Talk
Subject: SQL: How do I a get list of everybody that doesn't meet a
certain criteria


I'm stumped.

I have a table that has multiple courses taken (CourseName) entries  for
each employee (EmpID)

This gets me everybody that took the coures.
        SELECT EmpID, CourseName
        FROM Course
        WHERE CourseName = "Preventing Sexual Harassment"

But how do I get everybody that didn't?

Thanks in advance

Doug Kronenberger


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to