Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 531 Bytes

current_timestamp.md

File metadata and controls

22 lines (15 loc) · 531 Bytes
description
Returns the current timestamp for the system in UTC time only.

CURRENT_TIMESTAMP

Syntax

CURRENT_TIMESTAMP() → TIMESTAMP

Examples

{% code title="CURRENT_TIMESTAMP example" %}

SELECT CURRENT_TIMESTAMP()
-- 2021-06-24 06:11:51.567000

{% endcode %}

Usage Notes

This function can be called without the parentheses.