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
本文档使用 BookStack 构建