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 |
반응형
'SQL' 카테고리의 다른 글
leetcode 586. Customer Placing the Largest Number of Orders (0) | 2022.04.01 |
---|---|
leetcode 584. Find Customer Referee (0) | 2022.04.01 |
leetcode 511. Game Play Analysis I (0) | 2022.03.31 |
leetcode 1965. Employees With Missing Information (0) | 2022.03.31 |
leetcode 1179. Reformat Department Table (0) | 2022.03.31 |
댓글