문제) Leetcode - SQL - Not Boring Movies
https://leetcode.com/problems/not-boring-movies/
풀이)
select *
from Cinema
where mod(id,2) = 1 and description != "boring"
order by rating desc
반응형
'Develop > Database' 카테고리의 다른 글
[프로그래머스] SQL 고득점 Kit - 중성화 여부 파악하기 (MySQL) 문제 및 풀이 (0) | 2021.12.30 |
---|---|
[Leetcode] 596. Classes More Than 5 Students (MySQL) 문제 및 풀이 (0) | 2021.12.30 |
[Leetcode] 595. Big Countries (MySQL) 문제 및 풀이 (0) | 2021.12.22 |
[Leetcode] 197. Rising Temperature (MySQL) 문제 및 풀이 (0) | 2021.12.20 |
[프로그래머스] SQL 고득점 Kit - 이름에 el이 들어가는 동물 찾기 (MySQL) 문제 및 풀이 (0) | 2021.12.20 |
댓글