SELECT COUNT(VYPUJCKA.c_cten) AS pocet, c_cten FROM VYPUJCKA GROUP BY c_cten HAVING COUNT(VYPUJCKA.c_cten) >= 2 ;