You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by "RaviRaja (JIRA)" <ji...@apache.org> on 2014/06/20 09:55:24 UTC

[jira] [Created] (JDO-730) Creating the innerjoin without relationship between objects

RaviRaja created JDO-730:
----------------------------

             Summary: Creating the innerjoin without relationship between objects
                 Key: JDO-730
                 URL: https://issues.apache.org/jira/browse/JDO-730
             Project: JDO
          Issue Type: Wish
          Components: api
            Reporter: RaviRaja


Cannot make innerjoin like this without relationship:

select a.x, b.y from Table1 as a INNER JOIN Table 2 as b ON a.z=b.w

Note: a.z and b.w are not primary and foreign keys



--
This message was sent by Atlassian JIRA
(v6.2#6252)