OPEN CURSOR
Last updated
Last updated
Before you can use a cursor to retrieve rows, it must be opened. ().
This syntax is fully supported in Snowflake.
Cursor arguments have to be binded per each one of its uses, SnowConvert will generate the bindings, was well as reorder and repeat the passed values to the OPEN statement as needed to satisfy the bindings.
The procedure parameters or local variables have to be binded per each one of its uses in the cursor query, SnowConvert will generate the bindings and add the parameter or variable names to the OPEN statement, even if the cursor originally had no parameters.
There are no known issues.
There are no related EWIs.