Skip to content

Commit 6eea688

Browse files
committed
finish Article Views I
1 parent 2594a1e commit 6eea688

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SQL/SQL-50/Article Views I.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
select distinct(author_id) as id from Views
2+
where author_id = viewer_id
3+
order by id asc;

0 commit comments

Comments
 (0)