Jolanda van Gilst 2 Posted August 20, 2020 Share Posted August 20, 2020 I've experimented with several statements: select 'test line 1'||'rn'||'test line 2'; result:test line 1rntest line 2 select 'test line 1'||chr(13)||'test line 2'; result:test line 1 test line 2 I want the result to be: test line 1 test line 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now