TIMESTAMP_ADD_UDF

This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.

Definition

Allows the addition of two different timestamps.

PUBLIC.TIMESTAMP_ADD_UDF(FIRST_DATE TIMESTAMP_LTZ, SECOND_DATE TIMESTAMP_LTZ)

Parameters

FIRST_DATE TIMESTAMP_LTZ

The first date of the addition.

SECOND_DATE TIMESTAMP_LTZ

The second date of the addition.

Returns

A timestamp resulting from the addition of the parameters dates.

Last updated