Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 287 Bytes

File metadata and controls

22 lines (16 loc) · 287 Bytes

now

description

Syntax

DATETIME NOW()

获得当前的时间,以Datetime类型返回

example

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