Skip to content

Instantly share code, notes, and snippets.

@AidynMakhataev
Last active May 26, 2021 11:59
Show Gist options
  • Select an option

  • Save AidynMakhataev/a9a92ac4c42ff81ec615530df7a25b5e to your computer and use it in GitHub Desktop.

Select an option

Save AidynMakhataev/a9a92ac4c42ff81ec615530df7a25b5e to your computer and use it in GitHub Desktop.
SQL Interview

Нужно написать SQL запрос, который найдет все дублирующиеся адреса электронной почты.

employees

Id Email
1 a@b.com
2 c@d.com
3 a@b.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment