Login / Register


Share Snipplr


Welcome To Snipplr


Everyone's Recent PL/SQL Snippets Tagged function



« 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 732 posted 10 years ago by ceduard0
« Prev 1 Next »