Skip to content

Commit f054fd4

Browse files
Create Solution.sql
1 parent 2d64930 commit f054fd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Write your MySQL query statement below
2+
SELECT DISTINCT author_id AS id FROM Views WHERE author_id = viewer_id ORDER BY id ASC;

0 commit comments

Comments
 (0)