You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Solvesql/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,10 @@
21
21
| 13 |[언더스코어(_)가 포함되지 않은 데이터 찾기](https://solvesql.com/problems/data-without-underscore/)| String/Date |[Solution](https://github.com/SubAkBa/Algorithm_Solution/blob/master/Solvesql/Solutions/data-without-underscore.sql)| 정규표현식 REGEXP 또는 INSTR 사용 |
22
22
| 14 |[게임을 10개 이상 발매한 게임 배급사 찾기](https://solvesql.com/problems/publisher-with-many-games/)| Aggregate |[Solution](https://github.com/SubAkBa/Algorithm_Solution/blob/master/Solvesql/Solutions/publisher-with-many-games.sql)||
23
23
| 15 |[최대값을 가진 행 찾기](https://solvesql.com/problems/max-row/)| Subquery/CTE |[Solution](https://github.com/SubAkBa/Algorithm_Solution/blob/master/Solvesql/Solutions/max-row.sql)||
24
+
| 16 |[3년간 들어온 소장품 집계하기](https://solvesql.com/problems/summary-of-artworks-in-3-years/)| CASE/IF |[Solution](https://github.com/SubAkBa/Algorithm_Solution/blob/master/Solvesql/Solutions/summary-of-artworks-in-3-years.sql)| IF, CASE WHEN |
0 commit comments