常用的函数: 函数式 函数意义 用法 sysdate() 当前时间 now() MySQL专属当前时间 month() 取时间的月份 month(now()) left() 从左起截断几位 left('aaaa',2)='aa'