System Reference Summary : 2. Statements : OpenROAD SQL Statements : Fetch Statement
 
Share this page                  
Fetch Statement
This statement retrieves a row from an open cursor and loads it into 4GL variables.
It has the following syntax:
fetch cursor_variable into variable_list;