We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 271a0a6 commit b88f23dCopy full SHA for b88f23d
1148-article-views-1.sql
@@ -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