WHERE IN (array of IDs)

后端 未结 9 1271
暖寄归人
暖寄归人 2020-11-28 11:16

I have webservice which is passed an array of ints. I\'d like to do the select statement as follows but keep getting errors. Do I need to change the array to a string?

9条回答
  •  无人及你
    2020-11-28 11:50

    Visit T-SQL stored procedure that accepts multiple Id values for ideas on how to do this.

提交回复
热议问题