| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
|  |  | |||
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to search a string
Look into the INSTR function to find where the comma is.  Then use that output 
( less 1 char) with the SUBSTR function.  That should give you name1.  Once you
know where the comma delimiter is you can now find name2.
Cliff Received on Sat Jan 05 2002 - 18:34:24 CST
|  |  |