SQL: I want use the wildcard "%" in the IN clause but I'm not getting the results I expect. My query is like this
SELECT DISTINCT ID,
FROM INST
WHERE TYPE in ('IP_%_International')
Please help resolve this and the solution should be with the IN clause.