Updated on 2023-10-25 GMT+08:00

current_timestamp

This function is used to return the current timestamp.

Syntax

current_timestamp()

Parameters

None

Return Values

The return value is of the TIMESTAMP type.

Example Code

The value 1692002816300 is returned.

select current_timestamp();