Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Declare multiple variables
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