[MySQL/Hackerrank] Symmetric Pairs
You 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 Input Sample Output 20 20 20 21 22 23 SELECT F1.X, F1.Y FROM Functions F1 JOIN Functions F2 ON (F1.X = F2.Y AND F1.Y ..
Programming/MySQL
2021. 11. 6. 22:31
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- DATABASE
- Tableau
- 코로나19
- MS SQL Server
- 테슬라
- tensorflow
- 경구치료제
- 에코캡
- hackerrank
- MSSQL
- string
- 넷플릭스
- HK이노엔
- 미중무역전쟁
- 대원화성
- SQL Server
- Weather Observation Station
- 리비안
- 넥스트BT
- 해커랭크
- 동국알앤에스
- list
- python
- TSQL
- insert
- 몰누피라비르
- 매매일지
- mysql
- 분석탭
- python3
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함