Count (Distinct user_id) 중복제거한 쿼리
페이지 정보
작성자 JMStudy 작성일11-09-02 10:11 조회8,275회 댓글0건본문
* 세트별 학습한 사용자수 쿼리
select
set_id, count(Distinct user_id) from study
where sDate='2011-08'
group by set_id
select
set_id, count(Distinct user_id) from study
where sDate='2011-08'
group by set_id
댓글목록
등록된 댓글이 없습니다.