You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by "Rainer Döbele (JIRA)" <em...@incubator.apache.org> on 2016/05/10 10:57:12 UTC

[jira] [Created] (EMPIREDB-242) Explicitly declare cross joins

Rainer Döbele created EMPIREDB-242:
--------------------------------------

             Summary: Explicitly declare cross joins
                 Key: EMPIREDB-242
                 URL: https://issues.apache.org/jira/browse/EMPIREDB-242
             Project: Empire-DB
          Issue Type: Improvement
          Components: Core
            Reporter: Rainer Döbele
            Assignee: Rainer Döbele


Currently cross joins are declared by not providing a join expression for two tables, which will add both tables to the "from" phrase. However sometimes it is desired to explicitly declare a cross join for two tables using the SQL "CROSS JOIN" expression. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)