Use
queries to group rows based on the values in one or more columns and
then summarize selected numeric columns. The summary data appears
in new columns in the target table. You can also filter rows, sort
columns, select and revise columns, and use expressions to modify
data or add new columns.
Use joins to combine
source tables. The join is based on a comparison of values in “join-on”
columns that are selected for each of the source tables. The result
of the join depends on matching values in the join-on columns, and
on the selected type of the join. Four types of joins are available:
inner, left, right, and full.
The Query or Join Data
directive enables you to create jobs that execute a single query or
join, or combine multiple joins. In the resulting table, you can remove
unwanted rows and columns, remove duplicate rows, and rearrange columns.
Before you execute the job, you can edit the generated SQL code and
paste-in additional SQL code. The process of the directive is defined
as follows:
-
-
Join tables to the initial table
as needed.
-
Define summarizations that group
columns and aggregate numeric values, again as needed.
-
Use rules or expressions to filter
unwanted rows from the target.
-
Select, rename, rearrange, and
change type and length of target columns.
-
Apply SQL expressions to modify
existing columns or add data to new columns.
-
Sort target rows based on specified
target columns.