Re: How to delete from table1 where (table1.field1=table2.field2)

From: J.P. <jp_boileau_at_yahoo.com>
Date: 10 May 2002 08:26:45 -0700
Message-ID: <7e388bc3.0205100726.5ed59f5_at_posting.google.com>


delete from table1
where primarykeycolumn in (select primarykeycolumn from table2)

JP

brotherhou_at_yahoo.com (konghou) wrote in message news:<c19678a1.0205091959.35ec3fe7_at_posting.google.com>...
> How to delete from one table where one of the fields equals to a field
> in another table?
Received on Fri May 10 2002 - 17:26:45 CEST

Original text of this message