We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc3482 commit 37b5d7eCopy full SHA for 37b5d7e
MySQL/article-views-i.sql
@@ -0,0 +1,7 @@
1
+# Time: O(nlogn)
2
+# Space: O(n)
3
+
4
+SELECT DISTINCT author_id AS id
5
+FROM views
6
+WHERE author_id = viewer_id
7
+ORDER BY id
0 commit comments