Skip to content

Unable to Join Same Table (POSTGRES) #10

@saklanipankaj

Description

@saklanipankaj
SELECT  SUM(table1.a +table2.a)
    FROM  t1 table1
    JOIN t1 table2 ON table1.a = table2.a;

ERROR: 42712: table name "t1" specified more than once

Unable to join the same table

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