Indo Yoon
BlogTagsAbout
Published on
Thursday, June 9, 2022

Leetcode - 1148. Article Views I

Authors
  • avatar
    Name
    Indo Yoon
    Twitter
Table of Contents
  • 정답

문제

정답

SELECT author_id as 'id'
FROM Views
WHERE author_id = viewer_id
GROUP BY author_id
ORDER BY author_id

Discuss on Twitter • View on GitHub

Tags

codingtest

Previous Article

Leetcode - 1158. Market Analysis I

Next Article

Leecode - 1141.User Activity for the Past 30 Days I
← Back to the blog
mailMailgithubGitHublinkedinLinkedin
Indo Yoon
•
© 2025
•
Indo Yoon
Tailwind Nextjs Theme