Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Clicking the Join Line launches the [Join Properties] Dialog. The Join Line's Join Properties icon will indicate the type of Join. The top of the Join Properties dialog will always list the name of the table you first dropped into the Diagram Pane as Left, even if you rearrange the tables in the Diagram Pane. Click the dropdown in the center of the [Join Properties] Dialog to select the Join Type by selecting a [Join Operator]. The chosen Join Operator will appear inside the Join Icon so you can visually determine what kind of Join you've created. Dark shading in the Join Type icon indicates which table's columns have included rows. 

Image Modified

The Join Properties of an existing Join can also be edited by left-clicking the Join Line or Join Properties icon. This allows editing the [Join Operator] to alter its [Join Type] and selecting all rows from any of the tables that participate. It's also possible to write a Custom Expression for the Join by clicking [Edit] in the [Join Properties] Dialog. You can then type your Custom Expression, or click [Reset] to revert to the original Join Expression.

Image Modified
When the [Include Rows] checkboxes are checked, the Join Properties icon changes to include shading associated with the table that is getting all of its columns included. If both [Include Rows] checkboxes are checked, dark shading will surround the Join Properties icon.
 
Below we have generated a Left Outer Join and the left side of the = symbol is shaded darker. The SQL Pane also indicates Left Outer Join.
Image Modified
 
Right-clicking on a Join Line also allows [Selecting All Rows from] each table, [Removing the Join], or editing the [Join Properties].
Image RemovedImage Added
 
If all rows from each table are included, this generates a Full Outer Join. Notice the shading surrounding the = symbol in the middle.
 
Unchecking both checkboxes generates an Inner Join. Unchecking the top-most checkbox in [Include Row]s generates a Right Outer Join.
 

...

Info

To rapidly add a table into the Diagram Pane via a dialog, right-click within a blank area and choose [Quick Table Add...]. The resulting [Quick Table Add] Dialog appears and lets you QuickFilter and quickly add one or more tables or views from your connection into the Diagram Pane.

Image Modified

Image Modified