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 on Multiple Tables

Delete on Multiple Tables

From: <johnparcels_at_gmail.com>
Date: 10 Nov 2005 19:31:47 -0800
Message-ID: <1131679907.468790.90140@g14g2000cwa.googlegroups.com>


Hi All
 I need to delete records on multiple tables, based on the value of one Column say.. ColID.
Do I need to delete the records from each table separately,like

Delete from TableA where ColID = 1;
Delete from TableB where ColID = 1;
Delete from TableC where ColID = 1;

Or Is there a way I can delete all the records in all the tables using one Delete Statement?

Thank's alot.
JohnP. Received on Thu Nov 10 2005 - 21:31:47 CST

Original text of this message

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