Skip to content

1148. Article Views I 👍

1
2
3
4
SELECT DISTINCT author_id AS id
FROM Views
WHERE author_id = viewer_id
ORDER BY 1;