can you suggest of the ways for me to do string existence check against a table field
eg:
sal_type IN ( 'S','R',...<dynamic list>)
the number of arguments in the parenthesis is not fixed and may vary at run time
i.e. if the sal_type matches with any of the listed characters, then --> output stmts
any quick suggestion would be really helpful