Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1942c5e

Browse files
Time: 378 ms (22.02%), Space: 0B (100.00%) - LeetHub
1 parent 0555bed commit 1942c5e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
SELECT id, movie, description, rating
2+
FROM Cinema
3+
WHERE id % 2 != 0 AND description != 'boring'
4+
ORDER BY rating DESC;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /