INSERT INTO two tables at one query

后端 未结 3 1907
你的背包
你的背包 2021-01-16 15:13

How can I insert values into two tables at once? if it not successful, both table should rollback.

I am using SQL server and the query passe throw C# code.

3条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-16 16:01

    get ans here of ur question

    SQL Server: Is it possible to insert into two tables at the same time?

    How can I INSERT data into two tables simultaneously in SQL Server?

提交回复
热议问题