g1101_1200.s1148_article_views_i.script.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of leetcode-in-java Show documentation
Show all versions of leetcode-in-java Show documentation
Java-based LeetCode algorithm problem solutions, regularly updated
# Write your MySQL query statement below
# #Easy #LeetCode_Curated_SQL_70 #Database #SQL_I_Day_5_Union
# #2022_04_15_Time_459_ms_(44.85%)_Space_0B_(100.00%)
select distinct author_id as id from Views where author_id = viewer_id order by author_id;