The LENGTH function returns the length in bytes of the RAW value.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this feature.
Syntax
UTL_RAW.LENGTH (
r IN RAW)
RETURN NUMBER;
Parameters
| Parameter | Description |
|---|---|
| r | The RAW value for which to return the byte length. |
Return value
| Return value | Description |
|---|---|
| NUMBER | The current length of the RAW value. |
