SQL Count unikalne wiersze
SELECT COUNT(DISTINCT country)
FROM Customers;
SAMER SAEID
SELECT COUNT(DISTINCT country)
FROM Customers;