CHAR LENGTH

suggest change

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

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents