
Problem
Write a SQL query to find all duplicate emails in a table named Person.
|
|
For example, your query should return the following for the above table:
|
|
Analysis
Group by Email and output groups that appear more than once.
Solution
|
|
Link
182. Duplicate Emails
(中文版) SQL 笔记: Leetcode#182 Duplicate Emails




近期评论