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: Declare multiple variables

Re: Declare multiple variables

From: <devjnr_at_gmail.com>
Date: 22 Aug 2006 07:12:22 -0700
Message-ID: <1156255941.952894.300210@74g2000cwt.googlegroups.com>

sybrandb ha scritto:

> One variable per line, as per the PL/SQL reference manual.
> Please refer to this manual prior to posting.

I noticed that, in PL/SQL Developer, the only chr I forgotten was the last ";" after "end":

declare l_first integer; l_second integer; begin
null;
end;

this way It works.

Thx to all. Received on Tue Aug 22 2006 - 09:12:22 CDT

Original text of this message

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