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
| 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)||
0 commit comments