Changes between Initial Version and Version 1 of Ticket #34368, comment 3
- Timestamp:
- Feb 24, 2023, 7:28:22 AM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34368, comment 3
initial v1 53 53 }}} 54 54 55 Things get even more complex when filtering against a subquery annotation that refers to a window function as that filter no trequires `QUALIFY` emulation. Things get even more complex when using nested subqueries referring to an outerquery window function.55 Things get even more complex when filtering against a subquery annotation that refers to a window function as that filter now requires `QUALIFY` emulation. Things get even more complex when using nested subqueries referring to an outerquery window function. 56 56 57 57 I would strongly suggest we opt for explicitly not supporting subqueries references to outerref window function instead of trying to get 4.2 working with them and create a new feature request to add support for them as they require special care to get working properly.