LENGTH

Purpose

This function returns the length of a string in characters.

Syntax

length::=

Example

SELECT LENGTH('abc') LENGTH;