欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

MySQL查询本周、上周、本月、上个月份数据的sql代码介绍

程序员文章站 2023-11-29 21:17:04
主要有几个时间函数的操作: date_format(date,format) date_sub(date,interval expr type) year(date)...

主要有几个时间函数的操作:

date_format(date,format)

date_sub(date,interval expr type)

year(date)