View Single Post
 
Old 11-09-2012, 03:50 AM
jillapass jillapass is offline Windows 7 32bit Office 2007
Novice
 
Join Date: Dec 2011
Posts: 26
jillapass is on a distinguished road
Default SQL db query to exclude some entries

I have 2 tables, one for clients, and one for client bookings
I want to find all clients that have never made a booking.
How do I do a query that links these 2 tables, but only selects those where there is not an entry in the 2nd table.

Thanks
Reply With Quote