Skip to main content
Skip to main content

DATE

DATE​

SinceVersion 1.2.0

DATE

Description​

Syntax​

date Date type, the current range of values is ['0000-01-01','9999-12-31'], and the default print form is 'yyyy-MM-dd'.

example​

SELECT DATE('2003-12-31 01:02:03');
+-----------------------------+
| DATE('2003-12-31 01:02:03') |
+-----------------------------+
| 2003-12-31 |
+-----------------------------+

keywords​

DATE