Skip to content

Commit

Permalink
Time: 837 ms (5.64%), Space: 0B (100%) - LeetHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit-S-Sahu committed Oct 22, 2024
1 parent 7bc1be7 commit 31be4a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 1148-article-views-i/1148-article-views-i.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Write your MySQL query statement below
SELECT DISTINCT author_id AS id
FROM Views
WHERE viewer_id = author_id
ORDER BY id;

0 comments on commit 31be4a9

Please sign in to comment.