Pobierając Oracle dwie kolumny
select A,B,C, count(*)
from table_name
group by A,B,C
HAVING count(*) > 1
Xenophobic Xenomorph
select A,B,C, count(*)
from table_name
group by A,B,C
HAVING count(*) > 1