LENGTH The LENGTH function returns the length of string. LENGTH( string ) Examples LENGTH('abcdefgh') -> 8 LENGTH('abc defg') -> 8 LENGTH('') -> 0