Selecting from 3 tables.

From: folke (folke_at_discussions.microsoft.com)
Date: 09/29/04


Date: Wed, 29 Sep 2004 06:59:03 -0700

I have 3 tables
tab1 with columns sname, fpath
tab2 with cloumns pname, fpath
tab3 with column pname
I like to join tab1 and tab2 on fpath and get all rows that do NOT have
tab2.pname = tab3.pname
A query for that?

-- 
Folke