Skip to main content

Categories: System, Date/Time

CURRENT_TIMESTAMP

Returns the current TIMESTAMP for the system.

Syntax

CURRENT_TIMESTAMP() → TIMESTAMP

Examples

CURRENT_TIMESTAMP example
SELECT CURRENT_TIMESTAMP()
-- 2021-06-24 06:11:51.123

Usage Notes

This function can be called without the parentheses.