Sql max () et min () avec des chaînes
SELECT MIN(first_name) AS min_first_name
FROM Customers;
SAMER SAEID
SELECT MIN(first_name) AS min_first_name
FROM Customers;