Hi
Is there any way to insert the data into two tables with single insert statement?
Printable View
Hi
Is there any way to insert the data into two tables with single insert statement?
No. you have to use it as two different sql insert commands. if you want to insert into two tables simultaneously then use an insert trigger on one table and within the trigger write the insert statement for the second table