sql批量插入数据之存储过程

-- =============================================
-- Author:        jf_ou
-- Create date: 2016/03/22
-- Description:    插相关配置到配置表
-- eg: -- EXEC AddSysParametersForProjects 'father', 'son', '123, 1234, 12345, 123456', ','
-- =============================================
Create PROCEDURE AddSysParametersForProjects
    ),    --父参数
    ),    --子参数
    @strs  nvarchar(max),   --拼接的字符串  例如:'12345,123456,12345678'
    )      --分割字符串的字符
AS
BEGIN
    )
    begin
        ,)  --分别取得12345,123456,12345678
        ,),,))
        ,charindex(@split,@strs),'') --把已经取过的字符去除掉
    end
END
GO
上一篇:ProtoBuf 与 gRPC


下一篇:Peer certificate cannot be authenticated with known CA certificates.