radhika
radhika

Reputation: 87

multiple line clob

I have a CLOB column and every value in clob value spans multiple lines and some of the lines are blank.

Example of the data:

abcd
ihuj

lkijhhusd
jjjjj

Now I want to write a query which will generate abcd;ihuj;lkijhhusd;jjjjj

Upvotes: 0

Views: 489

Answers (1)

Related Questions