SQL Function Reference

LENGTH
Returns the length of the string
MySQL
LENGTH(str)
str
The string whose length is returned by the function
Examples
MySQL
SELECT LENGTH('sql-academy');