<NEWLINE> in HANA Messagebox
Hi everyone,
I apologize if this is a newbie question, but how do I get the <NEWLINE> to work in a HANA SQL statement? I have tried both double pipe and CONCAT, but I do not seem to get it work.

Any ideas?
Thank you and best regards,
Stefan
0
-
Hi,
this works for me :
SQL:SELECT N'UF-623 ' + CHAR(13)+CHAR(10) + ....
but I'm not on HANA.
Hope that helps.
-Nadi.
Please sign in to leave a comment.
Comments
1 comment