Skip to content

Instantly share code, notes, and snippets.

@FabioRodrigues
Created June 18, 2019 11:32
Show Gist options
  • Save FabioRodrigues/623b9ca769d741db9853a86c5d6fa569 to your computer and use it in GitHub Desktop.
Save FabioRodrigues/623b9ca769d741db9853a86c5d6fa569 to your computer and use it in GitHub Desktop.
--Query 1
SELECT * FROM IDIOMA
--QUERY 2
select
idprocesso,
count(*) as qtdIdiomas
from ProcessoConhecimentoIdioma
group by idprocesso
having count(*) > 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment