Page 1 of 1

delete from 2 tables

Posted: Wed 11 Jan 2006 09:47
by Guest
I want to perform a delete query that will delete records from two tables.How can I do that? thanx

Posted: Wed 11 Jan 2006 14:59
by Challenger
ODAC supports such functionality. You can preform two DELETE SQL statements if you include them into "begin end;" block.