Make text bold in a concatenated string within a SQL statement
786607Aug 10 2010 — edited Aug 10 2010I 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.