Skip to content

Instantly share code, notes, and snippets.

@rdemorais
Created September 17, 2019 21:31
Show Gist options
  • Select an option

  • Save rdemorais/b013ac91f0563400a8a800a41385b874 to your computer and use it in GitHub Desktop.

Select an option

Save rdemorais/b013ac91f0563400a8a800a41385b874 to your computer and use it in GitHub Desktop.
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