CAST_NUMERIC_TO_TIMESTAMP_TZ_UDF (NUMBER)
Definition
This user-defined function (UDF) is used to cast a numeric value to timestamp_tz
.
Parameters
INPUT
NUMBER
The number to be cast.
Returns
Returns a timestamp_tz
with the current timezone.
Usage example
Input:
Output:
Last updated