LENGTH LENGTH 函数返回 string的长度。 LENGTH( 字符串(string) ) 示例 LENGTH('abcdefgh') -> 8 LENGTH('abc defg') -> 8 LENGTH('') -> 0