How MySQL LENGTH() function measures the string length?
Answers
Answered by
0
In MySQL, a string can be in any character set. If a string contains 1-byte characters, its length measured in characters and its length measured in bytes are equal.
Similar questions