Skip to content

Commit 24df26a

Browse files
authored
Remove unnecessary comment
1 parent a29ad9a commit 24df26a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Database/Easy/620_NotBoringMovies.sql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# Write your MySQL query statement below
2-
31
SELECT id, movie, description, rating
42
FROM cinema
53
WHERE (id LIKE '%1' OR id LIKE '%3' OR id LIKE '%5' OR id LIKE '%7' OR id LIKE '%9') AND description NOT IN ('boring')
6-
ORDER BY rating DESC;
4+
ORDER BY rating DESC;

0 commit comments

Comments
 (0)