1️⃣ 지역별 주문의 특징 Q1. https://solvesql.com/problems/characteristics-of-orders/ solvesql © Copyright 2021-2022 solvesql.com solvesql.com select Region , sum(case when category = 'Furniture' then orders end) as Furniture , sum(case when category = 'Office Supplies' then orders end) as 'Office Supplies' , sum(case when category = 'Technology' then orders end) as Technology FROM (select region AS 'Regi..
1️⃣ 일별 블로그 방문자 수 집계 Q1. https://solvesql.com/problems/blog-counter/ solvesql © Copyright 2021-2022 solvesql.com solvesql.com SELECT event_date_kst AS dt, count(distinct user_pseudo_id) AS users FROM ga WHERE event_date_kst BETWEEN '2021-08-02' AND '2021-08-09' GROUP BY event_date_kst -- HAVING event_date_kst>='2021-08-02' AND event_date_kst ='2021-08-02' AND event_date_kst
- Total
- Today
- Yesterday
- Vizable
- 최고의 질문
- 힙데비
- 비즈니스케이스
- SQL Study
- SQL Cheet Sheet
- SQL
- Sqlstudy
- leetcode
- 비즈니스케이스스터디
- SolveSQL
- 데이터농장팀
- 농넷
- 프로그래머스
- 비즈니스케이스분석
- 비즈니스특강
- 지표설정
- 1기
- 222문222답
- 메스프레소
- Tableau
- 사이드프로젝트
- 삶이 던지는 질문은 언제나 같다
- 이단자
- 피터 드러커
- 생성형 ai 수요분석
- ChatGPT
- 데이터분석
- subqeury
- 비저블
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |