Menu

#916 Parameterization Plugin does not take comma separated values

None
open
nobody
5
2018-12-22
2010-11-11
Anonymous
No

In the following query, I would like to pass comma separated values:
SELECT * FROM order WHERE id IN (:orderId);

When I try passing comma separated values, I see the following error message:

Error: A character to numeric conversion process failed
SQLState: IX000
ErrorCode: -1213

SQL Squirrel Version: 3.1.2
Plugin Version: SQL Pametarization 1.0.1

Discussion


Log in to post a comment.