CURRENT_TIME
Returns the current time for the system.
Syntax
CURRENT_TIME() → TIME
Examples
SELECT CURRENT_TIME()
-- 06:04:31
SELECT CURRENT_TIME
-- 06:04:31
Usage Notes
This function can be called without the parentheses.
Last updated
Was this helpful?