# Write your MySQL query statement belowselect id, movie, description, rating from cinema where mod(id, 2) = 1 and description != 'boring' order by rating desc;#判断奇偶数xff1a;mod(a, b) == a % b