304 B
304 B
current_timestamp
Syntax
DATETIME CURRENT_TIMESTAMP()
Description
获得当前的时间,以Datetime类型返回
Examples
mysql> select current_timestamp();
+---------------------+
| current_timestamp() |
+---------------------+
| 2019-05-27 15:59:33 |
+---------------------+