Profile
Achievement
ceduard0's Recent SnippetsTagged function
- All /
« Prev 1 Next »
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
0
941
posted 11 years ago by ceduard0