
Insert the name of a parent table field.

When using the Edit Join Expression dialog, you may use the genie to retrieve and insert field names, functions, or operators. Optionally, click Define complex join expression to directly edit the SQL linking expression. In this dialog you may select different linking fields.

Optionally, click Join Conditions to display the Edit Join Expression dialog: Optionally, click Join type to display the Join Type dialog and select a different method of linking the tables. Optionally, select a different parent table from the Parent table list. Select the child table in the Selected Tables list. Select the table in the Selected Tables list.Īfter you have defined a JOIN relationship between 2 tables, you may modify the relationship of the child table to its parent table.
FIND ALL MY TABLES SQL TABS FULL
An INNER JOIN only includes records where the joined fields from both tables are equal.Ī LEFT OUTER JOIN includes all records from the parent table and only those records from the child table where the joined fields are equal.Ī RIGHT OUTER JOIN includes all records from the child table and only those records from the parent table where the joined fields are equal.Ī FULL OUTER JOIN includes all records from parent and child tables. Optionally, click Define Join Type to display the Join Type dialog.ģ. Optionally, select the Table is not joined check box.Ģ. For example, the following picture shows the relationship between the Customers and the Orders tables of the Northwinds database.īy default an additional table is assumed to be linked to its parent by an INNER JOIN. Select the field(s) that link the two tables from the Linking Fields lists. Select a table from the list and click Next >. The default assumption is that an additional table will connect to a previously selected table with a common linking field. Select a table from the list and click OK. Optionally, to include more items in the list, select any of the check boxes at the bottom of the dialog. Selecting the First TableĬlick Add Table to display the Add Table dialog. At any time you may click the History button to see a list of SQL statements previously created in this session in the SQL History Dialog.

Getting Started with Enterprise ReportingĪny time that the Execute Query button ('lightning' icon)is enabled, you may click it to see a sample of the records that the query will return.Export Table to SQL - Advanced Settings Dialog.Deleting Records in a Back-end Database.Custom SQL Select Statement or Stored Procedure.Creating a Table and Exporting Selected Records to the Back-End.
