For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
with T as(
select 'AAA' ERROR from DUAL
union all
select 'BBB' ERROR from DUAL
)
select * from T ;
I WISH SELECT RESULT
'AAA'||chr(10)||chr(13)||'BBB'