On Sat, 10 Nov 2001, Brian wrote:
> A SQL Question...
> I am trying to query table1, selecting records that do NOT have a relation in a subset from table3 that is related to
table2.
You lost me there.
> if I choose some magician I want a list of tricks he/she DOES-NOT know.
You basically want an outer join.
I am sort of a newbie on SQL so I am not sure on the syntax.
Will try to see if I can send you an example later.