Coding Made Dizzy
To code, or not to code, that is the question
Wednesday, September 20, 2017
596. Classes More Than 5 Students
https://leetcode.com/problems/classes-more-than-5-students/description/
select
class
from
courses
group by
class
having count
(
distinct
student) > 4
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment