Last updated
Last updated
None
This message is shown when a cursor definition exists within a query. A cursor expression returns a nested cursor, a nested cursor is implicitly opened when the cursor expression is evaluated. For more information please refer to .
Avoid them whenever possible due to their potential impact on performance and code complexity.
Remove the use of nested cursors, instead, you can use SQL functions, joins, subqueries, window functions, common table expressions (CTEs), recursive queries, and other features to process bulk data and avoid the need for nested cursors.
If you need more support, you can email us at
Nested cursor inside query is not supported in Snowflake