eh090
0
Q:

for select oracle


        
            
        
     FOR record IN cursor_name
LOOP
    process_record_statements;
END LOOP;
1
FOR <Loop_index> IN (<Select_statement>)
LOOP

    <Executable_statements>;

END LOOP [<Loop_index>];
0

New to Communities?

Join the community