Files
doris/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/now.md
Mingyu Chen 176e185e18 Add broker doc (#1662)
This broker document introduces the properties for different broker types.
2019-08-20 17:18:54 +08:00

282 B

now

description

Syntax

DATETIME NOW()

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

example

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

##keyword

NOW