How can I pass an “array” of values to my stored procedure?

后端 未结 7 729
悲哀的现实
悲哀的现实 2020-12-15 22:39

I want to be able to pass an \"array\" of values to my stored procedure, instead of calling \"Add value\" procedure serially.

Can anyone suggest a way to do it? am I

7条回答
  •  执念已碎
    2020-12-15 23:08

    You didn't indicate, but if you are referring to SQL server, here's one way.

    And the MS support ref.

提交回复
热议问题