Created
December 16, 2015 14:57
-
-
Save danielbaccin/78d81c28f11bd5ca8aa8 to your computer and use it in GitHub Desktop.
registros com msm cnpj firebird
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 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