Queries and SolutionsCategory: MySQLDifferentiate CHAR_LENGTH and LENGTH?
anit asked 7 years ago

What is the differentiate between CHAR_LENGTH and LENGTH?

1 Answers
Prithvi answered 7 years ago

CHAR_LENGTH is used for character count, while the LENGTH is byte count.

Your Answer

0 + 5 =