Query: Support for outer apply and multi level binding #16311
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
Ignore concurrency part.
For the query, the inner-most collection references c but it is projecting list of ints. We convert collection of results into left join but since it is referencing outer elements which cannot be removed, we need to apply "outer apply"
The text was updated successfully, but these errors were encountered: