anil john

anil john

  • NA
  • 156
  • 204.9k

deleting rows from multiple tables

Nov 24 2012 12:54 AM
 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)