1.当前日期函数: curdate() 如从mysql中提取当前系统日期: select curdate()
2.当前日期函数: curtime() 如mysql中提取当前系统时间: select curtime()
3.当前日期时间函数: now() 如mysql中提取当前系统时间: select now()