Skip to content

Commit 37b5d7e

Browse files
authored
Create article-views-i.sql
1 parent 4cc3482 commit 37b5d7e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

MySQL/article-views-i.sql

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)