码迷,mamicode.com
首页 > 其他好文 > 详细

获取给定月中哪些天有聊天记录

时间:2017-03-05 15:58:39      阅读:203      评论:0      收藏:0      [点我收藏+]

标签:date   哪些   send   ons   cat   format   blog   tin   tween   

select distinct( DATE_FORMAT(send_time,%Y-%m-%d) ) as consultation_date from text_message a
where 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;

 

获取给定月中哪些天有聊天记录

标签:date   哪些   send   ons   cat   format   blog   tin   tween   

原文地址:http://www.cnblogs.com/quietwalk/p/6505622.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!