DELETE P2 FROM Person P1, Person P2 WHERE P1.Email = P2.Email AND P1.Id < P2.Id;
Last updated 2 years ago
Was this helpful?