PostgreSQL
 sql >> Base de Dados >  >> RDS >> PostgreSQL

Postgres Corresponde todos os valores da matriz à mesma coluna com e condição


Primeira pergunta:
SELECT id
FROM table_a
WHERE id IN (101, 103)
GROUP BY id
HAVING COUNT(DISTINCT id) = 2