//获取当前时间SYSDATE()或now() select SYSDATE() //对获取当前时间只要年月日的写法 select date_format(SysDate(), '%Y-%m-%d'); select date_format(NOW(), '%Y-%m-%d %H:%i:%s');