Hi Is there any way to insert the data into two tables with single insert statement?
rammi
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
Anil anil_tj@yahoo.com
Forum Rules
Bookmarks