📅  最后修改于: 2020-11-20 00:51:22             🧑  作者: Mango
current_time()是MySQL日期/时间函数。它用于获取当前时间。
select current_time();
不适用
此函数将返回当前时间。如果在字符串上下文中使用,它将以“ HH:MM:SS”格式返回当前时间。如果在数字上下文中使用,它将以HHMMSS格式返回当前时间。
select current_time();
输出:
select current_time()+2;
输出: