Syntax
CURDATE()
Purpose
You can call this function to return the current date without the time part.
Examples
obclient> SELECT CURDATE();
+------------+
CURDATE()
+------------+
2018-05-05
+------------+
1 row in set (0.00 sec)
OceanBase Database
Download PDF
CURDATE()
You can call this function to return the current date without the time part.
obclient> SELECT CURDATE();
+------------+
CURDATE()
+------------+
2018-05-05
+------------+
1 row in set (0.00 sec)