Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: How to initialize an array in PL/SQL?

Re: How to initialize an array in PL/SQL?

From: Pedro Quintero <pquintero_at_cfl.rr.com>
Date: 2000/06/26
Message-ID: <3Xy55.36953$74.149220@typhoon.tampabay.rr.com>#1/1

try
v_abc_table.field_1 := NULL;
v_abc_table.field_2 := NULL; Received on Mon Jun 26 2000 - 00:00:00 CDT

Original text of this message

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