CURRENT_TIME
CURRENT_TIME
Returns the current time for the system.
Syntax
CURRENT_TIME() → TIME
Examples
{{< codeheader "CURRENT_TIME example" >}}
SELECT CURRENT_TIME()
-- 06:04:31
{{< codeheader "CURRENT_TIME example" >}}
SELECT CURRENT_TIME
-- 06:04:31
Usage Notes
This function can be called without the parentheses.