Vitajte na [www.pocitac.win] Pripojiť k domovskej stránke Obľúbené stránky
Kliknite na " Spustiť " v systéme Windows , a potom kliknite na tlačidlo
2
Zadajte nasledujúci kód v otvorenom okne " SQL Management Console . " :
DECLARE
TYPE integer_varray IS VARRAY ( 3 ) integer ;
intArray iNTEGER_VARRAY : = integer_varray ( NULL , NULL , NULL ) ;
BEGIN
dbms_output.put_line ( " Varray inicializovaný ako núl . ' ) ;
for i in 1 .. 3 LOOP
dbms_output.put ( " Integer Varray : '