Find token into list of values


/ Published in: PL/SQL
Save to your folder(s)

Find a key from a list of values​​.
parameters:
sbValues​​: List of Values 'A;B;C;D'
sbToken: Key 'B'
sbSeparator: ',' or any defined sbValues

Example:
select FSBFINDTOKEN('A;B;C;D','B',';')
from DUAL;

-------------------
Y

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.