LENGTH

Calculates the number of characters in the input string.

Category: String Functions

Syntax

LENGTH(str)

Arguments

  • str varchar Input string value.

Returns

integer — Returns the computed result as integer.