Syntax documentationdeclare_cursor_statement Locate this document in the navigation structure

Syntax Syntax

  1. <declare_cursor_statement> ::=
      DECLARE <result_table_name> CURSOR FOR <select_statement>
End of the code.