Files
doris/docs/documentation/cn/sql-reference/sql-functions/date-time-functions/curtime.md
Mingyu Chen 176e185e18 Add broker doc (#1662)
This broker document introduces the properties for different broker types.
2019-08-20 17:18:54 +08:00

298 B

curtime,current_time

Syntax

TIME CURTIME()

Description

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

Examples

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

keyword

CURTIME,CURRENT_TIME