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
- Sqlstudy
- 농넷
- 사이드프로젝트
- 프로그래머스
- 비즈니스특강
- 데이터농장팀
- 비즈니스케이스스터디
- 데이터분석
- Tableau
- ChatGPT
- subqeury
- 비즈니스케이스
- 222문222답
- 이단자
- SQL Cheet Sheet
- SolveSQL
- SQL Study
- leetcode
- 힙데비
- Vizable
- 생성형 ai 수요분석
- SQL
- 1기
- 메스프레소
- 삶이 던지는 질문은 언제나 같다
- 지표설정
- 비저블
- 최고의 질문
- 피터 드러커
- 비즈니스케이스분석
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
31 |