1148.sql (92B)
1 SELECT DISTINCT author_id AS 'id' 2 FROM Views 3 WHERE author_id = viewer_id 4 ORDER BY author_id