Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Question: How to create this function
Hi. Folks:
I want to create a function call get_item to do the following:
get_item('A,B,C,D', 1, ',') = 'A' get_item('A,B,C,D', 2, ',') = 'B' get_item('A,B,C,D', 3, ',') = 'C', ect.Thanks for any hints. Received on Wed Jan 06 1999 - 21:35:04 CST
![]() |
![]() |