📜  在 mysql 代码示例中找到的最大长度

📅  最后修改于: 2022-03-11 15:05:33.656000             🧑  作者: Mango

代码示例1
SELECT city, max(length(city)) FROM Customers;