[mysql] 데이타를 시간별 날짜별로 뽑아오는 쿼리문!
로빈아빠
본문
//데이타의 저장날짜가 datetime의 now()로 저장됐다고 했을때로 가정.
select count(*) from counter
where count_wdate
BETWEEN concat(date_format(DATE_ADD(now(),interval -1 day),'%Y-%m-%d'), ' 00:00:00')
and concat(date_format(DATE_ADD(now(),interval -1 day),'%Y-%m-%d'), ' 23:59:59')
관련링크
댓글목록
등록된 댓글이 없습니다.