Scalar. Returns the length of a given string or BLOB, in characters or bytes, respectively.
Return
value
Integer
String
BLOB
The following example returns the length of the string found in Trades.StockName:
INSERT INTO OutStream SELECT LENGTH(Trades.StockName) FROM Trades;