Oracle - SQL - Count - Count Distinct

SELECT COUNT(*) 
FROM (
SELECT DISTINCT clo1,col2,col3
FROM Schema.Table
WHERE COLUMN = 'Y');