Link Search Menu Expand Document

LENGTH

Calculates the string length.

Syntax

LENGTH(<string>)
Parameter Description
<string> The string for which to return the length.

Example

SELECT LENGTH('abcd')

Returns: 4