8. SQL Statements : FOR - ENDFOR : Syntax
 
Share this page                  
Syntax
The FOR - ENDFOR statement has the following format:
[label:] FOR select_stmt DO
              statement; {statement;}
              ENDFOR;