curtime,current_time

Syntax

TIME CURTIME()

Description

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

Examples

  1. mysql> select current_time();
  2. +----------------+
  3. | current_time() |
  4. +----------------+
  5. | 15:25:47 |
  6. +----------------+

keyword

  1. CURTIME,CURRENT_TIME