Maximale Länge in MySQL gefunden
SELECT city, max(length(city)) FROM Customers;
Adventurous Alligator
SELECT city, max(length(city)) FROM Customers;