Skip to main content
Version: 0.0.1

CURRENT_TIME

Categories: System, Date/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.