Skip to content

Commit 6301228

Browse files
committed
Runtime: 222 ms (Top 68.26%) | Memory: 0B (Top 100.00%)
1 parent cd8ac42 commit 6301228

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
select id, movie, description, rating
1+
-- Runtime: 222 ms (Top 68.26%) | Memory: 0B (Top 100.00%)
2+
elect id, movie, description, rating
23
from Cinema
34
where (id % 2) = 1 and description != "boring"
4-
order by rating desc
5+
order by rating desc

0 commit comments

Comments
 (0)