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 09729eb commit 0494ac3Copy full SHA for 0494ac3
SQL/SQL-50/Not_Boring_Movies.sql
@@ -0,0 +1,4 @@
1
+select *
2
+from Cinema
3
+where id % 2 != 0 and description != "boring"
4
+order by rating desc;
0 commit comments