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 the 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. |
