반응형 Codility2 [Codility] SqlWorldCup - SQL(PostgreSQL) 코딜리티에는 SQL 문제가 많이 없는 대신 프로그래머스보다 복잡하고 여러 함수를 사용하도록 문제가 구성되어 있는 것 같다. 이 문제도 답변이 많이 없는 것 같아 정리해 두기로 했다. 🤔 문제 https://app.codility.com/programmers/trainings/6/sql_world_cup/ SqlWorldCup coding task - Practice Coding - Codility Given a list of matches in a group stage of the soccer World Cup, compute the number of points each team currently has. app.codility.com You are given two tables, teams and m.. 2022. 8. 28. [Codility] SqlEventsDelta - SQL(PostgreSQL) 끝이 없는 코테 공부... SQL도 그 문법이 조금조금 다른데 코딜리티 연습을 해보면서 PostgreSQL로 갈아탔다. 역시 With문을 쓰는 것이 더 깔끔하고 쉬운 것 같다. 코딜리티의 경우, 해석이 많이 돌아다니지 않는 듯 하여 답변을 정리해 놓기로 했다. 🤔 문제 https://app.codility.com/programmers/trainings/6/sql_events_delta/ SqlEventsDelta coding task - Practice Coding - Codility Compute the difference between the latest and the second latest value for each event type. app.codility.com Given a table ev.. 2022. 8. 28. 이전 1 다음 반응형