curtime,current_time
Syntax
TIME CURTIME()
Description
获得当前的时间,以TIME类型返回
Examples
mysql> select current_time();
+----------------+
| current_time() |
+----------------+
| 15:25:47 |
+----------------+
keywords
CURTIME,CURRENT_TIME
本文档使用 BookStack 构建