Return the number of characters in the string
Syntax: CHAR_LENGTH(str)
CHAR_LENGTH('foobar') -- 6 CHAR_LENGTH('fööbar') -- 6 -- contrast with LENGTH(...) = 8