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)
Use the @STRLEN function to return the length of a string, in number of characters.
result = @STRLEN (string)
string
Can be the name of a column or a literal string. Enclose literals within quotation marks.
@STRLEN (ID_NO)