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: Kenneth C Stahl <BluesSax_at_Unforgettable.com>
Date: Mon, 02 Aug 1999 07:50:00 -0400
Message-ID: <37A585E8.6CDB47AB@Unforgettable.com>


Nandakumar wrote:

> 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?

str := 'string1'||

         'string2'; Received on Mon Aug 02 1999 - 06:50:00 CDT

Original text of this message

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