# curtime,current_time ## Syntax `TIME CURTIME()` ## Description 获得当前的时间,以TIME类型返回 ## Examples ``` mysql> select current_time(); +----------------+ | current_time() | +----------------+ | 15:25:47 | +----------------+ ``` ## keyword CURTIME,CURRENT_TIME