Created
September 17, 2019 21:31
-
-
Save rdemorais/b013ac91f0563400a8a800a41385b874 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 count(*) from | |
| tb_lotacao le where le.ctid <> (select min(li.ctid) from tb_lotacao li | |
| where li.co_pessoa = le.co_pessoa and li.ds_mes_ano = le.ds_mes_ano and li.co_unidade = le.co_unidade) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment