Introduction
We use LENGTH and CHAR_LENGTH to find out how long a piece of text is. LENGTH counts bytes, CHAR_LENGTH counts characters.
When you want to know how many characters a name or word has.
When you need to check the size of text data before saving it.
When you want to compare text lengths in different languages.
When you want to count characters in a message or comment.
When you want to find out if a text is empty or too long.