TO_MULTI_BYTE
Syntax
TO_MULTI_BYTE
(
str IN text
)
RETURNS text;Overview
Parameter
Parameter
Description
Example
SELECT oracle.TO_MULTI_BYTE('Hello, World!');
to_multi_byte
----------------------------
Hello, World!
(1 row)Last updated
