mysql 查询上周数据的where条件
Posted wc_nan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql 查询上周数据的where条件相关的知识,希望对你有一定的参考价值。
date_sub(curdate(), interval dayofweek(curdate())+6 day) 上周初
date_sub(curdate(), interval dayofweek(curdate())-1 day) 上周末
以上是关于mysql 查询上周数据的where条件的主要内容,如果未能解决你的问题,请参考以下文章