CURRENT_TIMESTAMP
Returns the current timestamp for the system in UTC time only.
Syntax
CURRENT_TIMESTAMP() → TIMESTAMP
Examples
CURRENT_TIMESTAMP exampleSELECT CURRENT_TIMESTAMP()
-- 2021-06-24 06:11:51.567000
Usage Notes
This function can be called without the parentheses.
Was this page helpful?
Glad to hear it! Thank you for your feedback.
Sorry to hear that. Thank you for your feedback.