Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> delete with 'from' clause
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
![]() |
![]() |