본문 바로가기
SQL

leetcode 1148. Article Views I

by 무적김두칠 2022. 3. 31.

1
2
3
4
5
# Write your MySQL query statement below
select distinct author_id as id
from views
where author_id=viewer_id
order by 1
cs
반응형

댓글