
SQL Schema
Write a SQL query to find all duplicate emails in a table named Person.
1 |
+----+---------+ |
For example, your query should return the following for the above table:
1 |
+---------+ |
1 |
# Write your MySQL query statement below |




近期评论