Edit

now

description

Syntax

DATETIME NOW()

It returns the current date and time in Datetime type.

example

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

keyword

NOW