mysql 查询上周一_mysql怎么查询上一周的数据

本文详细介绍了MySQL的YEARWEEK函数,包括其用法和不同模式的含义。YEARWEEK函数用于获取日期对应的年份和周数,通过设置参数可以调整一周的起始日。例如,SELECT YEARWEEK('2017-03-27',1)将从周一计算一周。在示例查询中,查询了atkg表中date_format(time, '%Y-%m-%d')过去一周的时间记录。
摘要由CSDN通过智能技术生成

楼主应该的问的是YEARWEEK函数问题,YEARWEEK函数用法:

SELECT YEARWEEK('2017-03-27',1) //从周一开始计算一周

其中第二个参数是 mode ,具体指的意思如下:

MySQL 的 YEARWEEK 是获取年份和周数的一个函数,函数形式为 YEARWEEK(date[,mode])

Mode First day of week Range Week 1 is the first week …

0 Sunday 0-53 with a Sunday in this year

1 Monday 0-53 with more than 3 days this year

2 Sunday 1-53 with a Sunday in this year

3 Monday 1-53 with more than 3 days this year

4 Sunday 0-53 with more than 3 days this year

5 Monday 0-53 with a Monday in this year

6 Sunday 1-53 with more than 3 days this year

7 Monday 1-53 with a Monday in this year

按楼主你的写法:SELECT time FROM atkg WHERE YEARWEEK(date_format(time,'%Y-%m-%d'),1) = YEARWEEK(now(),1)-1

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值