Skip to content

Commit b3e5b26

Browse files
authored
Create 1148-article-views-i.sql
1 parent 833b3b2 commit b3e5b26

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

1148-article-views-i.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Write your MySQL query statement below
2+
SELECT DISTINCT author_id AS id FROM Views
3+
where author_id = viewer_id
4+
ORDER BY id;

0 commit comments

Comments
 (0)