182. Duplicate Emails
Easy
Table: Person
Write an SQL query to report all the duplicate emails.
Return the result table in any order.
The query result format is in the following example.
Example 1:
解題
Last updated
Easy
Table: Person
Write an SQL query to report all the duplicate emails.
Return the result table in any order.
The query result format is in the following example.
Example 1:
Last updated