Search Results for

    Show / Hide Table of Contents

    Query Builder

    In the Query Builder dialog, you can add data tables and views to the data source, and select which columns to include. The Query Builder automatically joins the related tables, so all you need to do is drag and drop.

    wdd-query-builder

    This topic consists of the following sections:

    • Add Tables
    • Join Tables
    • Edit Column Settings
    • Filter Data
    • Preview Data

    Add Tables

    Drag the required tables/views from the Tables pane onto the Diagram pane to add them to a data source.

    wdd-query-builder-add-table

    Then, select the required columns.

    wdd-query-builder-select-column

    To delete an unnecessary table, select it and click the Delete button (the wdd-query-builder-delete-icon icon).

    You can cancel or repeat the action using the Undo/Redo buttons (the wdd-query-builder-undo and wdd-query-builder-redo icons).

    Join Tables

    When you drop a table that has a relationship at the database level with any of the recently added tables, the Query Builder joins these tables automatically.

    wdd-query-builder-join-tables

    You can create a relationship between two tables manually. To do this, drag a column in one table to a related column in a different table. A relationship line will be drawn between the two tables.

    wdd-query-builder-join-tables-manually

    The Query Builder allows you to change the join type (if necessary). For this, select the relationship line and use the Join type combo box in the Properties pane. Inner join and Left outer join are supported.

    wdd-query-builder-ralstionship-properties

    To delete an unnecessary relationship, select the relationship line and click the Delete button (the wdd-query-builder-delete-icon icon).

    Edit Column Settings

    To edit a column setting, select the required column in a table. Then, use the Properties pane to specify the column setting.

    The following settings are available for each column:

    wdd-queru-builder-properties-pane

    • The Name field displays the selected column name.
    • The Type field displays the selected column type.
    • The Alias field allows you to specify the column alias.

      Note

      Note that aggregated columns should always have an alias.

    • The Output field allows you to choose whether to include the selected column to the query.
    • Use Sort Type to specify the sort order of column values.
    • The Sort Order field allows you to specify the order in which several columns are sorted.
    • The Group By option allows you to group data by the values of the selected column.
    • The Aggregate field allows you to specify the aggregate function used to aggregate column values.

      Note

      Note that you should apply aggregation/grouping either to all columns or to none of them.

    Filter Data

    The Query Builder allows you to filter a query. To do this, deselect tables and click the ellipsis button in the invoked Filter field in the Properties pane. This invokes the Filter Editor dialog, which enables you to construct a filter string.

    wdd-filter-editor-filter-query

    See the following topic to learn more: Filter Queries.

    Preview Data

    The Query Builder allows you to preview data for the created SQL query. To do this, click the Preview Results... button. This invokes the Data Preview window containing data returned after executing the query.

    In This Article
    Back to top Manual do Software Neutron