Skip to content

Commit 196e1f8

Browse files
committed
Runtime: 377 ms (Top 88.16%) | Memory: 0 MB (Top 100.00%)
1 parent 001ae9f commit 196e1f8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
select distinct author_id as id
1+
-- Runtime: 377 ms (Top 88.16%) | Memory: 0 MB (Top 100.00%)
2+
elect distinct author_id as id
23
from views
34
where author_id = viewer_id
4-
order by id asc
5+
order by id asc

0 commit comments

Comments
 (0)