Last active
March 25, 2021 20:33
-
-
Save RelativeTech/0f7ad14ae4ada8ae1b184a19273a5cb1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select some_field | |
from some_table | |
group by some_field | |
having count(some_field) > 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment