Contents

Views 15088 Comment 0
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print

서브쿼리를 이용한 초간단 통계 쿼리 예제

SELECT 
    SUM(
        DECODE(hope,1,1,0) hope1,
        DECODE(hope,2,1,0) hope2,
        DECODE(hope,3,1,0) hope3,
        DECODE(hope,4,1,0) hope4 
    )
    FROM cist_app
GROUP BY hope;


?

List of Articles
No. Category Subject Author Date Views
23 Database [oracle] Oracle 사용자 추가 절차 hooni 2019.11.22 614
22 Database [mysql] MySql DB/테이블 사이즈 확인을 위한 쿼리 hooni 2019.11.22 656
21 Database [mysql] MySQL 데이터베이스 추가 및 사용자 추가 hooni 2019.11.22 661
20 Database [mysql] MySQL 백업 및 복구 hooni 2019.11.22 817
19 Database [mysql] ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement. hooni 2017.12.15 1195
18 Database [mysql] MacOS에 MySQL 설치, 설정, 암호 재설정 file hooni 2017.12.15 1460
17 Database SQL JOIN 정리 (Inner Join & Outer Join) file hooni 2019.11.22 1832
16 Database [mysql] MySql 에서 정렬 후 그룹 하는 방법 hooni 2015.05.07 3008
15 Database [mysql] 중복데이터 삭제하는 초간단 쿼리 hooni 2017.11.22 3421
14 Database [mysql] MySQL 한글 깨짐 현상 해결하기(UTF8) hooni 2017.12.01 5465
13 Database [mysql] CPU 점유율이 높을 때 확인할 내용 hooni 2015.08.26 6643
12 Database [sql] 한눈에 보이는 Join file hooni 2014.02.19 8461
Board Pagination Prev 1 2 Next
/ 2