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

1.1 KiB

title, language
title language
now en

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