일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- time complexity
- tableau
- 코딩
- LeetCode
- join
- coding test
- lv4
- collections
- programmers
- lambda
- 조합
- 파이썬
- Level2
- 완전탐색
- AARRR
- Queue
- cte
- 코테
- mysql
- Growth hacking
- 코딩테스트
- level4
- python
- 프로그래머스
- coding
- counter
- import re
- itertools
- Stack
- sql
- Today
- Total
목록2025/07/13 (2)
ror_coding

case when 으로 confirmed 일 때만 count 합니다. Question The confirmation rate of a user is the number of 'confirmed' messages divided by the total number of requested confirmation messages. The confirmation rate of a user that did not request any confirmation messages is 0. Round the confirmation rate to two decimal places.Write a solution to find the confirmation rate of each user.Return the result tab..

limit 1 offset 1; Question Write a solution to find the second highest distinct salary from the Employee table. If there is no second highest salary, return null (return None in Pandas).The result format is in the following example. Table: Employee +-------------+------+ | Column Name | Type | +-------------+------+ | id | int | | salary | int | +-------------+------+ id is the ..