Length

The Length() function calculates the number of characters of a text.

This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.

Syntax

Length(text)

Length("SomeText or Other 1234") => 22

Parameters

Name
Type
Required
Description

text

text

☑️

a text

Last updated

Was this helpful?