Hello Experts,
I have a one program in which I am using variable with CLOB data type. I want to insert a data with new line in this variable.
For example there are two strings 'ABC' and 'XYZ'. I want to assign it to CLOB as below,
'ABC
XYZ'
Is it possible?
Thanks in advance.