评价此篇文章
获得当前的时间,以 TIME 类型返回
1CURTIME()
返回当前的时间
1mysql> select current_time();
1+----------------+ 2| current_time() | 3+----------------+ 4| 15:25:47 | 5+----------------+