본문 바로가기
SQL

[LeetCode] Not Boring Movies

by YGSEO 2021. 4. 9.
728x90
select *
from cinema
where id % 2 = 1 and description != "boring"
order by rating desc

string, modulo(%) 파이썬이랑 똑같이 사용

728x90

댓글