You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Aleksey Plekhanov (Jira)" <ji...@apache.org> on 2021/12/02 07:42:00 UTC

[jira] [Created] (CALCITE-4915) Query with unqualified common column and NATURAL JOIN fails

Aleksey Plekhanov created CALCITE-4915:
------------------------------------------

             Summary: Query with unqualified common column and NATURAL JOIN fails
                 Key: CALCITE-4915
                 URL: https://issues.apache.org/jira/browse/CALCITE-4915
             Project: Calcite
          Issue Type: Bug
            Reporter: Aleksey Plekhanov
            Assignee: Aleksey Plekhanov


Query with unqualified common column and NATURAL JOIN:
{noformat}
SELECT deptno FROM emp NATURAL JOIN dept{noformat}
Fails with "Column 'DEPTNO' is ambiguous" error.




--
This message was sent by Atlassian Jira
(v8.20.1#820001)