Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 544 Bytes

File metadata and controls

29 lines (21 loc) · 544 Bytes
description
Returns the current time for the system.

CURRENT_TIME

Syntax

CURRENT_TIME() → TIME

Examples

{% code title="CURRENT_TIME example" %}

SELECT CURRENT_TIME()
-- 06:04:31

{% endcode %}

{% code title="CURRENT_TIME example" %}

SELECT CURRENT_TIME
-- 06:04:31

{% endcode %}

Usage Notes

This function can be called without the parentheses.