Skip to content

Commit b88f23d

Browse files
committed
1148
1 parent 271a0a6 commit b88f23d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

1148-article-views-1.sql

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

0 commit comments

Comments
 (0)