首页 > 代码库 > 获取给定月中哪些天有聊天记录
获取给定月中哪些天有聊天记录
select distinct( DATE_FORMAT(send_time,‘%Y-%m-%d‘) ) as consultation_date from text_message awhere a.type=1 and a.category=1 and ((a.sender_id=6228841891912220677 and a.receiver_id=6227763200226492443) or a.sender_id=6227763200226492443 and a.receiver_id=6228841891912220677)and a.send_time between ‘2017-03-01 00:00:00‘ and ‘2017-04-01 00:00:00‘order by consultation_date asc;
获取给定月中哪些天有聊天记录
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。