Mike,

        In that case, you want to use this construction:

DELETE FROM a 
WHERE EXISTS ( 
        SELECT 1 FROM b
        WHERE b.1 = a.1
          AND b.2 = a.2
          AND b.3 = a.3 );

Of course, a good primary keying system would make this somewhat less
complex ...

                                        -Josh Berkus
-- 
______AGLIO DATABASE SOLUTIONS___________________________
                                        Josh Berkus
   Complete information technology      [EMAIL PROTECTED]
    and data management solutions       (415) 436-9166
   for law firms, small businesses       fax  436-0137
    and non-profit organizations.       pager 338-4078
                                        San Francisco

Reply via email to