INIT_CURSOR_UDF
Definition
This user-defined function (UDF) is to initialize a cursor object with the equivalent functionality.
Parameters
NAME
VARCHAR
The name of the cursor.
QUERY
VARCHAR
The query that is associated with the cursor.
Returns
Returns an object with the cursor information.
Usage example
Input:
Output:
Last updated