Quantcast
Channel: Teradata Forums - All forums
Viewing all articles
Browse latest Browse all 27759

Facing Problem to pass multiple values using 'IN' clause in static sql in Teradata store procedure - response (1) by dnoeth

$
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


Viewing all articles
Browse latest Browse all 27759

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>