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 2246f40 commit a0ebcf3Copy full SHA for a0ebcf3
Article Views | LeetCode
@@ -0,0 +1,4 @@
1
+SELECT DISTINCT author_id AS id
2
+FROM Views
3
+WHERE author_id = viewer_id
4
+ORDER BY id;
0 commit comments