The BIT_COMPLEMENT function performs a bitwise logical "complement" on the value in RAW r and returns the result as a RAW value. The length of the result is the same as the length of the input RAW r.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this function.
Syntax
UTL_RAW.BIT_COMPLEMENT (
r IN RAW)
RETURN RAW;
Parameters
| Parameter | Description |
|---|---|
| r | The RAW value to perform the "complement" operation on. |
Return value
| Return value | Description |
|---|---|
| RAW | The "complement" of r. |
