|
|
19.1.8.1 Declaring Cursors
..........................
DECLARE CURSOR_NAME CURSOR FOR SELECT_STATEMENT
This statement declares a cursor. Multiple cursors may be defined in a
routine, but each must have a unique name.
The `SELECT' statement cannot have an `INTO' clause.