Skip to content

Support for non-scalar subqueries in WITH. #4967

@alexey-milovidov

Description

@alexey-milovidov

They can be substituted in FROM / IN sections as is.
Still only for non-dependent subqueries.

Example:

WITH (SELECT 1) AS t
SELECT * FROM t

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions