We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d64930 commit f054fd4Copy full SHA for f054fd4
SQL 50/1148.Article-Views-I/Solution.sql
@@ -0,0 +1,2 @@
1
+# Write your MySQL query statement below
2
+SELECT DISTINCT author_id AS id FROM Views WHERE author_id = viewer_id ORDER BY id ASC;
0 commit comments