leetcodeSolution to some Leetcode problems written in C++ |
git clone git://git.dimitrijedobrota.com/leetcode.git |
Log | Files | Refs | README | LICENSE | |
1148.sql (92B)
1 SELECT DISTINCT author_id AS 'id' 2 FROM Views 3 WHERE author_id = viewer_id 4 ORDER BY author_id