The COPIES function returns the result of concatenating n copies of r.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this feature.
Syntax
UTL_RAW.COPIES (
r IN RAW,
n IN NUMBER)
RETURN RAW;
Parameters
| Parameter | Description |
|---|---|
| r | The RAW value to be copied. |
| n | The number of times to copy the RAW value. This parameter must be a positive integer. |
Return value
The RAW value copied n times.
Exceptions
| Exception | Description |
|---|---|
| VALUE_ERROR | The following conditions may occur:
|
