Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 305 Bytes

File metadata and controls

24 lines (16 loc) · 305 Bytes

curtime,current_time

Syntax

TIME CURTIME()

Description

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

Examples

MySQL > select current_time();
+----------------+
| current_time() |
+----------------+
| 15:25:47       |
+----------------+

keyword

CURTIME,CURRENT_TIME