1.

What are the difference between char_length and length in MySQL?

Answer»
LENGTH()CHAR_LENGTH()
It RETURNS the total length of the STRING which is measured in bytes.It returns the total length of the STRINGS measured in characters.


Discussion

No Comment Found