CAST_TIME_TO_TIMESTAMP_TZ_UDF (TIME)
Definition
This user-defined function (UDF) casts time
to timestamp_tz
.
Parameters
INPUT
TIME
The input time to be cast to timestamp_tz
.
Returns
Returns a timestamp_tz
with the date as 1900-01-01 and the same time as the input.
Usage example
Input:
Output:
PreviousCAST_NUMERIC_TO_TIMESTAMP_TZ_UDF (NUMBER)NextCAST_TIMESTAMP_TZ_TO_NUMERIC_UDF (TIMESTAMP_TZ)
Last updated