Problem Link
Solution
# Write your MySQL query statement below
select
distinct author_id as id
from
Views
where
author_id = viewer_id
order by
id asc;
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)