LENGTH

2023-10-31 11:17:11  Updated

The LENGTH function returns the byte length of RAW r.

Applicability

This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition provides only MySQL mode.

Syntax

UTL_RAW.LENGTH (
     r  IN RAW)
RETURN NUMBER;

Parameters

Parameter Description
r The RAW whose byte length is to be measured.

Return values

Return value Description
NUMBER The current byte length of the RAW.

Contact Us