LENGTH

Syntax

LENGTH(str)

Overview

LENGTH returns the length of the given str.

Parameter

Parameter
Description

str

Arbitrary expression that returns a string. It can have CHAR or TEXT type.

Last updated