leetcodeSolution to some Leetcode problems written in C++ |
git clone git://git.dimitrijedobrota.com/leetcode.git |
Log | Files | Refs | README | LICENSE |
0620.sql (87B)
0 SELECT * 1 FROM Cinema 2 WHERE id % 2 = 1 AND description != 'boring' 3 ORDER BY rating DESC