1. 长度计算 length1234567891011-- 按照实际长度计算SELECT length('hello world'), length('你好');┌─length('hello world')─┬─length('你好')─
2021-08-13