We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1400495 commit d6d10b6Copy full SHA for d6d10b6
BASIC AGGREGATION FUNCTION/620. Not Boring Movies.sql
@@ -0,0 +1,5 @@
1
+# Write your MySQL query statement below
2
+SELECT id, movie, description, rating
3
+FROM Cinema
4
+WHERE MOD(id, 2) <> 0 AND description <> "boring"
5
+ORDER BY rating DESC;
0 commit comments