Skip to content

Commit 0494ac3

Browse files
committed
finish Not Boring Movies
1 parent 09729eb commit 0494ac3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SQL/SQL-50/Not_Boring_Movies.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)