TO_SINGLE_BYTE
Syntax
TO_SINGLE_BYTE
(
str IN text
)
RETURNS text;Overview
Parameter
Parameter
Description
Example
SELECT oracle.TO_SINGLE_BYTE('Hello, world!');
-- example result: 'Hello, world!'
to_single_byte
----------------
Hello, world!
(1 row)Last updated
