Sql Server- Insert into one table from another two table

后端 未结 0 723
走了就别回头了
走了就别回头了 2021-02-01 14:03

I have 3 tables

declare @approval_request table(req_id int, file_id int, req_type varchar(100))

insert into @approval_request  
values (1, 1001, \'bulk\'),
              


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题