leetcodeSolution to some Leetcode problems written in C++ |
git clone git://git.dimitrijedobrota.com/leetcode.git |
Log | Files | Refs | README | LICENSE |
0584.sql (70B)
0 SELECT name 1 FROM Customer 2 WHERE referee_id IS null OR referee_id != 2