Changing Join Types

Arcadia Enterprise supports four basic types of column connections, otherwise known as joins: inner, left, right, and outer joins.

Developer Notes:The types of joins available depend on the underlying database. For example:
  • MySQL connections do not support FULL OUTER JOIN operations.
  • SQLite connections do not support FULL OUTER JOIN and RIGHT OUTER JOIN operations.

Briefly, here are the descriptions of the four join types:

column connection (join) types
Join Types in Column Connections Interface
Consider. By default, Arcadia Enterprise produces left-hand joins.

The following steps demonstrate how to change the join type.

  1. On the Data Data Model page, click Edit Table Links to edit the data model.

    edit table links
    Edit Table Links
  2. Click the icon (link) that represents the connection that must be changed.

    Editing table joins
    Editing Table Joins
  3. The Column Connection modal window appears.
  4. In the Column Connection modal window, select an alternate join type.

    For example, instead of the default Left join, select Right join.

    changing join from Left-join to Right-join
    Changing Join Type from Left Join to Right Join
  5. Click outside the Column Connection modal window.
  6. Click Save.