-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Here's an example:
select 'hello' || u'\000a' ||'world' as hello_world from dual;which produces this result:
HELLO_WORLD
-----------
hello
world
This syntax is not documented in the SQL Language Reference 23ai. However, it is mentioned in Oracle Database Globalization Support Guide for Oracle Database 23ai in another context.
The workaround is to use chr(10) or a string containing the new line character.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working