Skip to content

Lateral join to own record makes little sense #2313

Open
@benjie

Description

@benjie

from "a"."post" as __post__
left outer join lateral (select (__post__).*) as __post_2
on TRUE
left outer join lateral (select (__post__).*) as __post_3
on TRUE

This is super redundant.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    • Status

      🌳 Triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions