Outdated Version

You are viewing an older version of this section. View current production version.

CURRENT_TIME

Returns the current time of day.

Syntax

CURRENT_TIME()
CURTIME()

Return Type

Time object.

Examples

memsql> select current_time();
+----------------+
| current_time() |
+----------------+
| 21:47:38       |
+----------------+

Related Topics