We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8ac42 commit 6301228Copy full SHA for 6301228
scripts/database/N/Not Boring Movies/Not Boring Movies.sql
@@ -1,4 +1,5 @@
1
-select id, movie, description, rating
+-- Runtime: 222 ms (Top 68.26%) | Memory: 0B (Top 100.00%)
2
+elect id, movie, description, rating
3
from Cinema
4
where (id % 2) = 1 and description != "boring"
-order by rating desc
5
+order by rating desc
0 commit comments