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 -> Re: PL/SQL - string

Re: PL/SQL - string

From: Sybrand Bakker <postmaster_at_sybrandb.demon.nl>
Date: Sat, 31 Jul 1999 00:52:21 +0200
Message-ID: <933375134.15438.0.pluto.d4ee154e@news.demon.nl>


If you want to do that use
str := 'str1'||

         'str2';

Hth,

Sybrand Bakker, Oracle DBA

Nandakumar <nanban_at_my-deja.com> wrote in message news:7nt0cr$v3v$1_at_nnrp1.deja.com...
> Hi
>
> The following statement is giving compile error in PL/SQL block.
>
> str := 'string1 \
> string2' ;
>
> Can't we break a string to give a better look to code?
>
>
> --
> Nandakumar
> Systems Analyst
> New York
> (N.Kumar_at_rocketmail.com)
>
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
>
Received on Fri Jul 30 1999 - 17:52:21 CDT

Original text of this message

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