Files
doris/docs/documentation/en/sql-reference/sql-functions/date-time-functions/now_EN.md
2019-08-30 22:07:24 +08:00

263 B

now

Description

Syntax

'DATETIME NOW ()'

Get the current time and return it in Datetime type

example

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