Normalize
Translation reference to convert Teradata Normalize functionality to Snowflake
Description
NORMALIZE specifies that period values in the first-period column that meet or overlap are combined to form a period that encompasses the individual period values. For more information about Normalize clause, see the Teradata documentation.
Sample Source Patterns
Some parts in the output code are omitteed for clarity reasons.
Sample data
Normalize Clause
Suppose you want to use Normalize clause with the employee id.
Known Issues
Normalize clause can use ON MEETS OR OVERLAPS, ON OVERLAPS or ON OVERLAPS OR MEETS, for these cases SnowConvert will add an error that this translation is planned for the future.
Related EWIs
SSC-EWI-0073: Pending Functional Equivalence Review.
SSC-EWI-TD0079: The required period type column was not found.
SSC-EWI-TD0053: Snowflake does not support the period datatype, all periods are handled as varchar instead.
Last updated