Updated on 2026-07-01 GMT+08:00

Temporal Functions

The following table lists the temporal functions supported by SecMaster SQL syntax.

Table 1 Temporal functions supported by SecMaster SQL syntax

Function

Function Description

CURRENT_TIMESTAMP

Returns the current SQL timestamp in the local time zone, with the return type of TIMESTAMP_LTZ(3). In streaming mode, it is evaluated for each record. In batch processing mode, it is evaluated once at the beginning of the query and the same result is used for each row.