CHARACTER_LENGTH

Purpose

This function returns the length of a string in characters.

This function is an alias for LENGTH.

Syntax

character_length::=

Character Length

Usage notes

For more information and examples, see LENGTH.

Examples

Example 1 - get character length of a string
Copy
SELECT CHARACTER_LENGTH('aeiouäöü') C_LENGTH;