Building data formatting into report data as part of the SQL SELECT statement

  • Hi,
    I'm building a report right now and would like to make certain words in text I'm pulling back bold.

    I guess if html mark-ups were allowed then the sql might look like this 

    select Mytext + <b> + 'the text I want bold' + </b>+ MyOthertext from MyTable

    If this can be done I'd be interested in knowing.

    Thanks,
    Eamon

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply