https://school.programmers.co.kr/learn/courses/30/lessons/131537 프로그래머스 코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요. programmers.co.kr with a as ( select sales_date , product_id , user_id , sum(sales_amount) as sales_amount from ONLINE_SALE where year(sales_date) = 2022 and month(sales_date) = 3 group by 1, 2, 3 ) , b as ( select sales_date , product_id ,..
https://school.programmers.co.kr/learn/courses/30/lessons/131530 프로그래머스 코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요. programmers.co.kr SELECT case when price < 10000 then 0 else (floor(price/10000)*10000) end as price_group , count(distinct product_id) products from product group by 1 order by 1
https://school.programmers.co.kr/learn/courses/30/lessons/131536 프로그래머스 코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요. programmers.co.kr with base as ( SELECT user_id , product_id , count(distinct ONLINE_SALE_ID) cnt from ONLINE_SALE group by 1, 2 ) select distinct user_id , product_id from base where cnt >= 2 order by 1, 2 desc
https://school.programmers.co.kr/learn/courses/30/lessons/164670 프로그래머스 코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요. programmers.co.kr -- 코드를 입력하세요 with base as ( select a.user_id , count(distinct b.board_id) cnt from USED_GOODS_USER a join USED_GOODS_BOARD b on a.user_id = b.writer_id group by 1 ) SELECT distinct a.user_id , a.NICKNAME , concat(a.city,' ..
https://school.programmers.co.kr/learn/courses/30/lessons/157340 프로그래머스 코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요. programmers.co.kr with base as ( SELECT car_id , max(if(date('2022-10-16') between start_date and end_date, 1, 0)) cond from CAR_RENTAL_COMPANY_RENTAL_HISTORY group by 1 ) select car_id , if(cond = 1, '대여중', '대여 가능') AVAILABILITY from base ..
https://school.programmers.co.kr/learn/courses/30/lessons/133027 프로그래머스 코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요. programmers.co.kr with a as ( select flavor , sum(total_order) total_order from FIRST_HALF group by 1 ) , b as ( select flavor , sum(total_order) total_order from JULY group by 1 ) , c as ( select a.flavor , (a.total_order + b.total_order) ..
https://school.programmers.co.kr/learn/courses/30/lessons/157339 프로그래머스 코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요. programmers.co.kr with base as ( select car_id , max(if(date('2022-11-01') between start_date and end_date or date('2022-11-30') between start_date and end_date, 1, 0)) as con from CAR_RENTAL_COMPANY_RENTAL_HISTORY group by 1 ) , base2 as (..
https://school.programmers.co.kr/learn/courses/30/lessons/131534 프로그래머스 코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요. programmers.co.kr SELECT year(a.sales_date) as year , month(a.sales_date) as month , count(distinct a.user_id) as PUCHASED_USERS , round(1.00*count(distinct a.user_id)/ (select count(distinct user_id) from USER_INFO where year(joined) = 202..
- Total
- Today
- Yesterday
- counter
- 파이썬
- hash
- 사분위수
- 통계
- 쿠싱증후군
- 확률
- programmers
- TensorFlow
- Python
- 군고구마
- 힙
- 조건부확률
- 평균
- 뇌하수체선종
- 상관관계
- 분산
- neural network
- 분당서울대병원
- Lambda
- SQL
- random forest
- 프로그래머스
- 뇌하수체
- 코딩테스트
- 쿠싱
- 중앙값
- leatcode
- 확률분포
- 상대도수
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |