摘要:
1.查询当前日期一周前的数据, WEEK 换成 MONTH一月前 等 SELECT * from qr_users where create_date between (SELECT DATE_ADD(now(),INTERVAL -1 WEEK)) and now(); 2.查询当前日期一周前的数 阅读全文
posted @ 2019-08-23 09:48
不听话的M老大
阅读(151)
评论(0)
推荐(0)