Computer Science, asked by saysha9936, 11 months ago

How MySQL LENGTH() function measures the string length?

Answers

Answered by ayushkumar41
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