4.24 STRLEN

Use the @STRLEN function to return the length of a string, in number of characters.

Syntax

result = @STRLEN (string)
string

Can be the name of a column or a literal string. Enclose literals within quotation marks.

Example

@STRLEN (ID_NO)