Course
Simulator
More
Premium
Log in
SQL Function Reference
Functions
LENGTH
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'
)
;