I need to use the IN clause in a situation where the in part is a string.
Example:
SELECT * FROM BLABLABLA WHERE 4 IN ('6,5,4')
This causes me this error:
Conversion failed when converting the varchar value '6,5,4' to data type int....
asked by
23.05.2016 / 16:04