Changes between Initial Version and Version 1 of Ticket #35396, comment 1
- Timestamp:
- Apr 22, 2024, 3:05:53 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35396, comment 1
initial v1 16 16 }}} 17 17 18 And you iterate over `objects` you'll onlyget two matches of `id` and `first`. The way it's implemented is coherent with how [https://docs.snowflake.com/en/sql-reference/constructs/qualify QUALIFY is implemented] in backends that support it.18 And you iterate over `objects` you'll get two matches of `id` and `first`. The way it's implemented is coherent with how [https://docs.snowflake.com/en/sql-reference/constructs/qualify QUALIFY is implemented] in backends that support it. 19 19 20 20 What I suspect you want here is more control over subquery wrapping instead (see #24462).