We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833b3b2 commit b3e5b26Copy full SHA for b3e5b26
1148-article-views-i.sql
@@ -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