Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> select separate values in a string: sql
Pardon me if this is the wrong group to ask this question to.
I have a character field that contains address information
(don't ask why I didn't seperate it)
and I need to use pl/sql to grab individual parts of the string.
Example - Field C_Address contains
"1234 W. Value Street Denver, CO 99508"
The query should return
STREET 1234 W. Value Street CITY Denver STATE Colorado
Thanks for help
Lex
Received on Tue Nov 19 2002 - 15:10:28 CST
![]() |
![]() |