思路1
SELECT *
FROM cinema
WHERE description!="boring" AND MOD(id,2)=1
ORDER BY rating DESC;Last updated
Was this helpful?
SELECT *
FROM cinema
WHERE description!="boring" AND MOD(id,2)=1
ORDER BY rating DESC;Last updated
Was this helpful?
Was this helpful?