Hi,

I have two databases.
one with 4 tables and the other about 8 tables. and each table has the same
userid.
Instead of doing
Delete from table1 where userid
delete from tabl2
detele fromt able3
etc.... ##sorry for typoes.
is it possible to do it in one statment for each database
Delete FROM table1,table2,table3,table4 WHERE userid = "userid";
Any help is appreciated
Anthony


Reply via email to