Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> how to seperate a string on a certain position of a character (e.g:semikolon) in PLSQL
I have a string e.g:
cc_people := 'adam.white_at_xxx.com;andrew.guest_at_xxx.com;jim.whatever_at_yyy.com'
.....
how can I get each individualls email address out of here e.g
adam.while_at_xxx.com
andrew.guest_at_xxx.com
jim.whatever_at_yyy.com
.
.
.
Any ideas how/which string operations to use ?
Thanks in advance.
Received on Thu Apr 03 2003 - 09:33:49 CST
![]() |
![]() |