🌈 搜索
📅  最后修改于: 2020-11-20 06:38:49             🧑  作者: Mango
sysdate()是MySQL日期/时间函数。用于获取系统日期。
select sysdate();
此函数返回系统日期。
输出:
select sysdate()+2;