Syntax documentationfetch_statement Locate this document in the navigation structure

Syntax Syntax

  1. <fetch_statement> ::=
      FETCH [FIRST | LAST | NEXT | PREV | <position> | SAME] [<result_table_name>]
      INTO <parameter_spec>,...
End of the code.