description |
---|
Returns the current timestamp for the system in UTC time only. |
Examples
{% code title="CURRENT_TIMESTAMP example" %}
SELECT CURRENT_TIMESTAMP()
-- 2021-06-24 06:11:51.567000
{% endcode %}
This function can be called without the parentheses.