Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> String split

String split

From: Rami Huhtala <ramirez134_at_hotmail.com>
Date: 29 Nov 2001 02:38:42 -0800
Message-ID: <ac1562ed.0111290238.42eb1f61@posting.google.com>


Hie
how I can do this:

line = 'cat & dog'

I want split this line to two variables so that & is separator. like:
variable1 = 'cat';
variable2 = 'dog';

Thanks
Rami Received on Thu Nov 29 2001 - 04:38:42 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US