select distinct ID from table t1
where (select count(*) from table where ID = t1.ID group by ID) >=2
and (select count(*) from table where Idservice = 5 and ID = t1.ID group by ID) > 0
select distinct ID from table t1
where (select count(*) from table where ID = t1.ID group by ID) >=2
and (select count(*) from table where Idservice = 5 and ID = t1.ID group by ID) > 0
Instruções SQL Erro no código java usando Intellij e DB Navigator
Como criar restrição de chave estrangeira com a opção ON DELETE SET NULL no SQL Server - Tutorial SQL Server/TSQL Parte 81
5 passos para construir um banco de dados de marketing
Serviço do Power BI - Não é possível atualizar uma fonte postgresql que não dá suporte a conexões criptografadas