2
Answers

deleting rows from multiple tables

anil john

anil john

11y
1.5k
1
 I want to delete rows from multiple tables, i written the code as delete t1.*,t2.* from t1 inner join t2 on t1.id=t2.id where t1.id='12' ,
it gives an error as "incorrect syntax near *"

Answers (2)