length()

Examples


The length() function returns the length of the specified string or text value.

Syntax

length([string_expr | text_expr])

Parameters

string_expr | text_expr – The string or text value for which you want to find the length.

Return value

Integer


Documentation Feedback