Skip to content

Instantly share code, notes, and snippets.

@martinusso
Last active February 4, 2021 17:00
Show Gist options
  • Save martinusso/1363756 to your computer and use it in GitHub Desktop.
Save martinusso/1363756 to your computer and use it in GitHub Desktop.
Using the HAVING clause in Firebird
select
TABLENAME.FIELDNAME
from
TABLENAME
group by
TABLENAME.FIELDNAME
having
count(TABLENAME.FIELDNAME) > 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment