$ 0 0 You can't pass multiple values to an IN using a single parameter without Dynamic SQL. This should work: WHERE ',' || :vchannel || ',' LIKE '%,' || CHANNEL_TYPE || ',%' Dieter
You can't pass multiple values to an IN using a single parameter without Dynamic SQL.
This should work:
WHERE ',' || :vchannel || ',' LIKE '%,' || CHANNEL_TYPE || ',%'
Dieter