leetcode

Solution to some Leetcode problems written in C++
git clone git://git.dimitrijedobrota.com/leetcode.git
Log | Files | Refs | README | LICENSE |

0584.sql (70B)


1 SELECT name 2 FROM Customer 3 WHERE referee_id IS null OR referee_id != 2