Changes between Initial Version and Version 1 of Ticket #35396, comment 1


Ignore:
Timestamp:
Apr 22, 2024, 3:05:53 PM (5 months ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35396, comment 1

    initial v1  
    1616}}}
    1717
    18 And you iterate over `objects` you'll only 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.
     18And 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.
    1919
    2020What I suspect you want here is more control over subquery wrapping instead (see #24462).
Back to Top