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