Outdated Version

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

CURRENT_DATE

Returns the current date.

Syntax

CURRENT_DATE()
CURDATE()

Return Type

Date object.

Examples

memsql> select current_date();
+----------------+
| current_date() |
+----------------+
| 2015-03-03     |
+----------------+

Related Topics