SQL Count () con distinto
SELECT COUNT(DISTINCT country)
FROM Customers;
SAMER SAEID
SELECT COUNT(DISTINCT country)
FROM Customers;