| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- Stack
- AARRR
- sql
- tableau
- lambda
- 완전탐색
- import re
- 파이썬
- counter
- cte
- programmers
- Level2
- join
- level4
- 코테
- 코딩
- LeetCode
- lv4
- Queue
- python
- Growth hacking
- collections
- 프로그래머스
- time complexity
- coding
- coding test
- mysql
- 조합
- 코딩테스트
- itertools
Archives
- Today
- Total
목록symmetric pairs (1)
ror_coding
20 20이 self join하는 예외 케이스 나눠서 풀기 ! QuestionYou are given a table, Functions, containing two columns: X and Y.Two pairs (X1, Y1) and (X2, Y2) are said to be symmetric pairs if X1 = Y2 and X2 = Y1.Write a query to output all such symmetric pairs in ascending order by the value of X. List the rows such that X1 ≤ Y1.Sample InputSample Output20 2020 2122 23 Point 20 20이 하나만 있을 때 서로 self join해서 20 20 ..
Coding Test/SQL
2025. 6. 14. 14:24