Can I do this A||1:= 100; in PLSQL.

From: Safeer <safeer_at_nettaxi.com>
Date: 28 Aug 2001 14:12:32 -0700
Message-ID: <eb00ec08.0108281312.77ed0dc9_at_posting.google.com>



[Quoted] [Quoted] I am just trying to do the following code, how can I do that in plsql, [Quoted] I don't want to use array or PLSQL tables.

declare

a1 number;
a2 number;
a3 number;
a4 number;

begin

   for i in 1 .. 4
   loop

      a||i := i;
   end loop;
end;

Regards,

Muhamamd Safeer. Received on Tue Aug 28 2001 - 23:12:32 CEST

Original text of this message