Outdated Version
You are viewing an older version of this section. View current production version.
You are viewing an older version of this section. View current production version.
Returns the current date.
CURRENT_DATE()
CURDATE()
Date object.
memsql> select current_date();
+----------------+
| current_date() |
+----------------+
| 2015-03-03 |
+----------------+