摘要: 查询往前7天的数据: [html] view plain copy print? select * from 数据表 where DATE_SUB(CURDATE(), INTERVAL 7 DAY) <= 你要判断的时间字段名 [html] view plain copy print? [html 阅读全文
posted @ 2017-10-16 09:32 朝阳的向日葵 阅读(25210) 评论(0) 推荐(2)