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
|