View Single Post
Old 04-21-2005, 12:19 PM   #5 (permalink)
teknomage1
Jack of all trades
 
teknomage1's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 598
teknomage1 is on a distinguished road
Send a message via AIM to teknomage1
Code:
SELECT Visitor.FirstName Visitor.LastName FROM Visitor, Attendance WHERE Visitor.ID = Attendance.Visitor_ID AND Attendance.Date = 2004-10-12;
Would get all the visitors who DID attend on a given date. I'm not sure if you can negate that.
__________________
Stop intellectual property from infringing on me
teknomage1 is offline   Reply With Quote