Skip to Content

mvSQL Database Function - LENGTH()

Summary

Returns the number of characters of the specified string, excluding trailing blanks.

Syntax

LENGTH(<string>)

Parameters

string

The string to evaluate.

Returns

Returns the number of characters of the specified string, excluding trailing blanks.

Examples

LENGTH('ABCDEF')

Returns

5