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

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Wed, 29 Aug 2001 00:18:55 +0200
Message-ID: <toout3h4pjref3_at_news.demon.nl>


"Safeer" <safeer_at_nettaxi.com> wrote in message news:eb00ec08.0108281312.77ed0dc9_at_posting.google.com...
> I am just trying to do the following code, how can I do that in plsql,
> 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.

As you don't want to use pl/sql tables:
No

Regards,

Sybrand Bakker, Senior Oracle DBA Received on Wed Aug 29 2001 - 00:18:55 CEST

Original text of this message