ReferenceSQL FunctionsStringlengthVersion: Candidate-3.4On this pagelength This function returns the length of a string (in bytes). Syntax INT length(VARCHAR str) Examples MySQL > select length("abc");+---------------+| length('abc') |+---------------+| 3 |+---------------+ keyword LENGTHWhat did you think of this doc?Send your review!