1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
-- @Title: 有趣的电影 (Not Boring Movies)
-- @Author: 15816537946@163.com
-- @Date: 2021-03-03 14:12:08
-- @Runtime: 190 ms
-- @Memory: 0 B
# Write your MySQL query statement below

select * 
from cinema
where description != 'boring' and id%2=1
order by rating desc