Skip to Main Content

DevOps, CI/CD and Automation

Announcement

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!

Make text bold in a concatenated string within a SQL statement

786607Aug 10 2010 — edited Aug 10 2010
I have a report and I have a paragraph of text and within that text some fields need to be inserted to display other text. I thought if I just typed out all the text within the SQL statement and then concatenanted the fields within it then it would work fine. The problem is that some of the text needs to be bold and the fields need to be underlined. Is there a way for me to put a tag in the statement for bold and underline? Here is an example of what i'm talking about. Thanks!!

'WHEREAS, the Contractor entered into a General Contract with' || ' ' || cusbp_name_ || '*(hereinafter the Owner)*'

I've bold and underlined the text respectively.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 7 2010
Added on Aug 10 2010
1 comment
2,171 views