You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Knut Anders Hatlen (JIRA)" <ji...@apache.org> on 2010/04/23 11:51:49 UTC

[jira] Reopened: (DERBY-4506) Document NATURAL JOIN in the reference manual

     [ https://issues.apache.org/jira/browse/DERBY-4506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Knut Anders Hatlen reopened DERBY-4506:
---------------------------------------


Reopening the issue because there's an error in the new topic: It says that the first columns in the expansion of an asterisk (*) are the common columns from the first/left table. This is only true for INNER and LEFT OUTER join. For RIGHT OUTER join, we'll take the common columns from the second/right table.

> Document NATURAL JOIN in the reference manual
> ---------------------------------------------
>
>                 Key: DERBY-4506
>                 URL: https://issues.apache.org/jira/browse/DERBY-4506
>             Project: Derby
>          Issue Type: Improvement
>          Components: Documentation
>    Affects Versions: 10.6.0.0
>            Reporter: Knut Anders Hatlen
>            Assignee: Knut Anders Hatlen
>             Fix For: 10.6.0.0
>
>         Attachments: naturaljoin.diff, rrefsqlj29840.html, rrefsqljnaturaljoin.html
>
>
> When support for NATURAL JOIN syntax has been added (DERBY-4495), we should also add a section about it under "JOIN operations" in the reference manual.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.