0 votes
in Sql by
What are differences between CHAR_LENGTH and LENGTH in SQL?

1 Answer

0 votes
by

CHAR_LENGTH  is character count whereas the LENGTH is byte count. The numbers are same for Latin characters but they are different for Unicode and other encodings.

...