We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 001ae9f commit 196e1f8Copy full SHA for 196e1f8
scripts/database/A/Article Views I/Article Views I.sql
@@ -1,4 +1,5 @@
1
-select distinct author_id as id
+-- Runtime: 377 ms (Top 88.16%) | Memory: 0 MB (Top 100.00%)
2
+elect distinct author_id as id
3
from views
4
where author_id = viewer_id
-order by id asc
5
+order by id asc
0 commit comments