qxandxt

导航

2019年8月23日 #

MySql 按日期条件查询数据

摘要: 本周内: select * from wap_content where week(created_at) = week(now) 查询一天: select * from table where to_days(column_time) = to_days(now());select * from table where date(column_time) = curdate(); 查询7天: s 阅读全文

posted @ 2019-08-23 13:45 qxandxt 阅读(6572) 评论(0) 推荐(0)