Loading lesson path
Concept visual
Start at both ends
Return the length of a string:
SELECT Len("SQL Tutorial") AS LengthOfString;The Len() function returns the length of a string.
Formula
string/varname)
Required. The string or variable name to return the length forReturn the length of the text in the "CustomerName" column:
FROM Customers;❮ MS Access Functions