SELECT
COUNT(test_colum) AS count_test,
test_colum
FROM `project.dataset.table`
GROUP BY test_colum
HAVING count_test > 1
SELECT
COUNT(test_colum) AS count_test,
test_colum
FROM `project.dataset.table`
GROUP BY test_colum
HAVING count_test > 1