Skip to main content
Version: current [25.0.x]

CURRENT_TIME

Categories: System, Date/Time

CURRENT_TIME

Returns the current time for the system.

Syntax

CURRENT_TIME() → TIME

Examples

CURRENT_TIME example
SELECT CURRENT_TIME()
-- 06:04:31
CURRENT_TIME example
SELECT CURRENT_TIME
-- 06:04:31

Usage Notes

This function can be called without the parentheses.