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

Home -> Community -> Usenet -> c.d.o.server -> delete with 'from' clause

delete with 'from' clause

From: Kent Eilers <kent.eilers_at_pca.state.mn.us>
Date: Thu, 27 May 1999 15:05:55 -0500
Message-ID: <374DA5A3.7E554F6D@pca.state.mn.us>


In Transact SQL-Server you could do the following:

delete table_x
from table_x, table_y, table_z
where blah...blah

Can this be accomplished in Oracle?

Thanks. Received on Thu May 27 1999 - 15:05:55 CDT

Original text of this message

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