Leetcode in Java && Oracle
421 subscribers
8 photos
397 files
400 links
Second channel: @codeforces_java

Let's Develop Together!
Download Telegram
image_2022-01-11_15-22-08.png
20.7 KB
#N620. Not Boring Movies
problem link

#solution
select * from cinema
where description <> 'boring' and id%2=1
order by rating desc;