Quick Ref.
Functions
date
number
string
Data Types
date
number
string
Compatibility
LEN
Engine OK Alternative
mysql no LENGTH(s)
oracle no LENGTH(s)
postgres no LENGTH(s)
sqlserver yes LEN(s)

LEN

LEN(s) returns the number of characters in string s.

 LEN('Hello') -> 5 

Results
See also: