Posts tagged 'mysql string functions'
0 comments / February 07, 2014
MySQL length and char_length difference
In MySQL, length and char_length functions are used to find number of characters present in string. So which one is best to use and how it differs?