OPEN_CURSOR v14
The OPEN_CURSOR
function creates a cursor. A cursor must be used to parse and execute any dynamic SQL statement. Once a cursor is open, you can reuse it with the same or different SQL statements. You don't have to close the cursor and reopen it to reuse it.
Parameters
c
Cursor ID number associated with the newly created cursor.
Examples
This example creates a new cursor:
- On this page
- Parameters
- Examples