Skip to content

Commit

Permalink
Time: 576 ms (27.76%), Space: 0B (100.00%) - LeetHub
Browse files Browse the repository at this point in the history
  • Loading branch information
joseantoniochacon committed Jun 4, 2024
1 parent a0d54a2 commit fc68366
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 0620-not-boring-movies/0620-not-boring-movies.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Write your MySQL query statement below
SELECT id, movie, description, rating FROM Cinema WHERE id % 2 != 0 AND description != 'boring' ORDER BY rating DESC;

0 comments on commit fc68366

Please sign in to comment.