当前位置:网站首页>Sqlserver stored procedures pass array parameters
Sqlserver stored procedures pass array parameters
2022-07-05 04:50:00 【Cup dissatisfaction】
Problem description
Create PROCEDURE [dbo].[Ly_Kc_GetKcInfoById]
@strKcId varchar(500)-- The value to be passed in is ‘1,2,3,4,5’
select * from Table where Id in (@strKcId )
explain Id by Int type
The parameter ‘1,2,3,4,5’ Pass it on , Executing a stored procedure will report an error .
terms of settlement :
select * from Table where CHARINDEX(','+cast(Id as varchar(20))+',' , ','[email protected]+',')>0
边栏推荐
- Decryption function calculates "task state and lifecycle management" of asynchronous task capability
- Thematic information | carbon, carbon neutrality, low carbon, carbon emissions - 22.1.9
- AutoCAD - lengthening
- AutoCAD - window zoom
- QT Bluetooth: a class for searching Bluetooth devices -- qbluetooth devicediscoveryagent
- mysql審計日志歸檔
- 775 Div.1 C. Tyler and strings combinatorial mathematics
- 质量体系建设之路的分分合合
- Manually implement heap sorting -838 Heap sort
- [goweb development] Introduction to authentication modes based on cookies, sessions and JWT tokens
猜你喜欢
Create a pyGame window with a blue background
54. 螺旋矩阵 & 59. 螺旋矩阵 II ●●
AutoCAD - stretching
Autocad-- Real Time zoom
Flutter 小技巧之 ListView 和 PageView 的各种花式嵌套
MySQL in-depth learning - index creation and deletion, index design principles, index failure scenarios, query optimization, index push down ICP
2022 thinking of mathematical modeling C problem of American college students / analysis of 2022 American competition C problem
AutoCAD - Document Management
The principle of attention mechanism and its application in seq2seq (bahadanau attention)
CSDN body auto generate directory
随机推荐
JMeter -- distributed pressure measurement
Emlog博客主题模板源码简约好看响应式
What are the building energy-saving software
AutoCAD - set layer
【acwing】837. Number of connected block points
Setting up redis cluster cluster under Windows
History of web page requests
QT Bluetooth: a class for searching Bluetooth devices -- qbluetooth devicediscoveryagent
【acwing】528. cheese
2021 electrician Cup - high speed rail traction power supply system operation data analysis and equivalent modeling ideas + code
On-off and on-off of quality system construction
Stage experience
MySQL audit log archiving
Manually implement heap sorting -838 Heap sort
[groovy] closure closure (customize closure parameters | customize a single closure parameter | customize multiple closure parameters | specify the default value of closure parameters)
CSDN body auto generate directory
Minor spanning tree
Introduction to JVM principle and process
【acwing】240. food chain
Scope of package class package