Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Newbie: delete from multiple tables?

Re: Newbie: delete from multiple tables?

From: Thomas Kellerer <spam_eater_at_gmx.net>
Date: Fri, 18 Jul 2003 19:59:38 +0200
Message-ID: <bf9cia$8rs$1@svr8.m-online.net>


JJ Reynolds schrieb:
> or.. an even cuter syntax!
>
> delete from t1 where (col1, col2) in (select col1, col2 from t2);
>
>

This is cool :)

I didn't know that this is possible.
After so many years of SQL experience one can still learn new things..

Cheers
Thomas Received on Fri Jul 18 2003 - 12:59:38 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US