LENGTH

Purpose

This function returns the length of a string in characters.

Syntax

length::=

Example

Copy
SELECT LENGTH('abc') LENGTH;