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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Concetenating strings in PLSQL

Re: Concetenating strings in PLSQL

From: Jim Kennedy <kennedy-family_at_attbi.com>
Date: Tue, 15 Oct 2002 17:26:49 GMT
Message-ID: <tdYq9.56798$rz6.9495@sccrnsc02>


Just use bars ||
eg
'one string'||'two string'
makes
'one stringtwo string'
Look in the sql reference manual
Jim
"Enrico Luciano" <enrlucNOSAM_at_inwind.SPAM.it> wrote in message news:3dac4d2e.9414226_at_powernews.libero.it...
> Hi all,
> i'm trying to concatenate some string variables (varchar2) in
> PLSQL. I've found only the LPAD, RPAD functions to do that.
>
> Is there any other (simpler) way to do this? Is there any package/SQL
> function that can help?
>
> I'm not too expert in pl/sql programming.. I tried to look for docs
> but I've found nothind..
>
> thank you in advance
> Enrico
>
Received on Tue Oct 15 2002 - 12:26:49 CDT

Original text of this message

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