摘要: SELECT DATE_FORMAT( deteline, "%Y-%m-%d %H" ) , COUNT( * ) FROM test GROUP BY DATE_FORMAT( deteline, "%Y-%m-%d %H" ) 查询某天: deteline, "%Y-%m-%d" 某时: de 阅读全文
posted @ 2016-12-16 17:03 yweihainan 阅读(3862) 评论(0) 推荐(0) 编辑