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