Note that the Insert, Update and Delete statements performed by the DB query, might cause an auto-commit to the DB (based on the DB driver’s definition).
Select the DB object (Table, View, or Synonym) from the DB Tree and do either:
Either click the DB object and press Delete on your keyboard or right click the DB object > Remove. Note that the removal of a DB object automatically updates the SQL query in the Query Builder window.
To select columns from a DB object, do either:
Select * from [Table Name];
To remove columns from a DB object, do either:
To add a JOIN to the SQL query, do the following:
Each SQL statement that is combined by the UNION operator has a Q icon in the Main Window. Clicking the Q icon of each SQL statement opens its Main window where you can add DB objects and link them to each other to edit the SQL statement in the Union query.
This table is displayed on the bottom right of the main window and enables editing the SQL query. Its selected columns hold the same information as in the graphic map in a tabular format.
The Enable Pre-Execution Commands checkbox enables running commands on the selected DB before running the SQL query. When this checkbox is checked, the Pre-Execution Commands window is opened. Note that when running the Query Builder on a Fabric interface, you must run the [Get Instance] command in the Pre-Execution Commands window since the SQL query must run on an LU Instance level.
The Max rows setting is used to set the maximum number of rows returned by the SQL query. The default value is 10,000 rows. You can set a different number of rows to be returned by the SQL query
Note that the Insert, Update and Delete statements performed by the DB query, might cause an auto-commit to the DB (based on the DB driver’s definition).
Select the DB object (Table, View, or Synonym) from the DB Tree and do either:
Either click the DB object and press Delete on your keyboard or right click the DB object > Remove. Note that the removal of a DB object automatically updates the SQL query in the Query Builder window.
To select columns from a DB object, do either:
Select * from [Table Name];
To remove columns from a DB object, do either:
To add a JOIN to the SQL query, do the following:
Each SQL statement that is combined by the UNION operator has a Q icon in the Main Window. Clicking the Q icon of each SQL statement opens its Main window where you can add DB objects and link them to each other to edit the SQL statement in the Union query.
This table is displayed on the bottom right of the main window and enables editing the SQL query. Its selected columns hold the same information as in the graphic map in a tabular format.
The Enable Pre-Execution Commands checkbox enables running commands on the selected DB before running the SQL query. When this checkbox is checked, the Pre-Execution Commands window is opened. Note that when running the Query Builder on a Fabric interface, you must run the [Get Instance] command in the Pre-Execution Commands window since the SQL query must run on an LU Instance level.
The Max rows setting is used to set the maximum number of rows returned by the SQL query. The default value is 10,000 rows. You can set a different number of rows to be returned by the SQL query