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 2594a1e commit 6eea688Copy full SHA for 6eea688
SQL/SQL-50/Article Views I.sql
@@ -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