Files
doris/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/now.md
xy720 4c2a3d6da4 Merge Help document to documentation (#1586)
Help document collation (integration of help and documentation documents)
2019-08-07 21:31:53 +08:00

272 B

now

description

Syntax

DATETIME NOW()

获得当前的时间,以Datetime类型返回

example

mysql> select now();
+---------------------+
| now()               |
+---------------------+
| 2019-05-27 15:58:25 |
+---------------------+
##keyword
NOW