Description
Returns the number of characters in a string field.Syntax
Length(string_expression)
Examples
Length('69.59.196.211') returns 13
Return the number of characters in a string field value. Use LENGTH for measuring, validating, and filtering string data in ETL data pipelines.
Length(string_expression)
Length('69.59.196.211') returns 13
Was this page helpful?