2019年7月15日
摘要: 筛选request_time 离现在是10天或者15天之内的数据,request_time 字段默认为空 ,如果直接用where条件语句,request_time为空的数据就会漏掉,当request_time 不为空的时候在判断天数,这样为空的数据可一起查询出来, 格式:IF(<condition> 阅读全文
posted @ 2019-07-15 14:01 足下之路 阅读(6756) 评论(0) 推荐(0) 编辑