begin tran
insert into A(列1,列2)
values('A0001','food')
insert into B
select scope_identity(),'F001','TUDOU' union all
select scope_identity(),'F002','FANQIE' union all
select scope_identity(),'F003','DOUFU'
commit
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系我们删除。