Insert sp_execute_external_script output into SQL table

后端 未结 0 869
走了就别回头了
走了就别回头了 2020-12-23 11:19

This is the format of the code I am trying to run;

DECLARE @QUERY NVARCHAR(MAX)=\'SELECT * FROM MyQuery\'

EXEC sp_execute_external_script @language = N\'R\'
         


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