New Columns
Build new columns, using SQL formulas.
Required Inputs
Calculated Column: the formula for the new column you want to build
Optional Inputs
Alias: name for your columns
Notes
Supports any SQL column functions that are compatible with your data warehouse
Parameters
Name | Type | Description | Is Optional |
---|---|---|---|
calculated_columns | calculated_column_list | List of SQL formulas to generate new columns |
Example
Source Code
Last updated