Skip to content

Commit 4046379

Browse files
chore: auto update READMEs
1 parent 083affa commit 4046379

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Solvesql/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
| 9 | [레스토랑의 대목](https://solvesql.com/problems/high-season-of-restaurant/) | Aggregate | [Solution](https://github.com/SubAkBa/Algorithm_Solution/blob/master/Solvesql/Solutions/high-season-of-restaurant.sql) | |
1818
| 10 | [레스토랑의 요일별 VIP](https://solvesql.com/problems/restaurant-vip/) | Aggregate | [Solution](https://github.com/SubAkBa/Algorithm_Solution/blob/master/Solvesql/Solutions/restaurant-vip.sql) | |
1919
| 11 | [다음날도 서울숲의 미세먼지 농도는 나쁨 😢](https://solvesql.com/problems/bad-finedust-measure/) | JOIN/UNION | [Solution](https://github.com/SubAkBa/Algorithm_Solution/blob/master/Solvesql/Solutions/bad-finedust-measure.sql) | |
20+
| 12 | [제목이 모음으로 끝나지 않는 영화](https://solvesql.com/problems/film-ending-with-consonant/) | String/Date | [Solution](https://github.com/SubAkBa/Algorithm_Solution/blob/master/Solvesql/Solutions/film-ending-with-consonant.sql) | 정규표현식 REGEXP 또는 RIGHT 사용 |
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+
| 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+
| 15 | [최대값을 가진 행 찾기](https://solvesql.com/problems/max-row/) | Subquery/CTE | [Solution](https://github.com/SubAkBa/Algorithm_Solution/blob/master/Solvesql/Solutions/max-row.sql) | |
2024

2125
</details>
2226

0 commit comments

Comments
 (0)