Files
doris/docs/documentation/en/sql-reference/sql-functions/date-time-functions/now_EN.md

1.0 KiB

now

Description

Syntax

'DATETIME NOW ()'

Get the current time and return it in Datetime type

example

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

##keyword NOW