TIMESTAMP_ADD_UDF

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