Skip to content

Instantly share code, notes, and snippets.

@danielbaccin
Created December 16, 2015 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielbaccin/78d81c28f11bd5ca8aa8 to your computer and use it in GitHub Desktop.
Save danielbaccin/78d81c28f11bd5ca8aa8 to your computer and use it in GitHub Desktop.
registros com msm cnpj firebird
select forcod, forcgc from FORNECEDOR where forcgc in(
select forcgc from FORNECEDOR group by forcgc having count(forcgc) > 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment