User Tools

Site Tools


kurs:create

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

kurs:create [2014/09/10 21:22] (current)
Line 1: Line 1:
 +<​code>​ 
 +PROCEDURE PC_CREATE 
 +   IS 
 +BEGIN 
 +    for v_count in 0..10.2 loop 
 +        insert into PC_TEST(index2) values (v_count);​ 
 +    end loop; 
 +END; -- Procedure 
 +</​code>​
kurs/create.txt · Last modified: 2014/09/10 21:22 (external edit)