HTMLify

LeetCode - Article Views I - MySQL
Views: 167 | Author: abh
SELECT DISTINCT author_id AS id FROM Views WHERE author_id = viewer_id ORDER BY author_id;

Comments