The LEN() function returns the length of the value in a text field.
We have the following "Persons" table:
Now we want to select the length of the values in the "Address" column above.
We use the following SELECT statement:
The result-set will look like this:
Your Query was successfully sent!