CHAR_LENGTH64 function

Function

The CHAR_LENGTH64 function returns an unsigned 64-bit value containing the character length of the LONG VARCHAR column or variable parameter, including the trailing blanks.

Syntax

CHAR_LENGTH64long-varchar-object )

Parameters

long-varchar-object The name of a LONG VARCHAR column in a table or a LONG VARCHAR variable.

Usage