Bolding a date called from the db

  • Hi,

    I know others have asked a similar question, but, being a newbie, I'm unable to figure out how to apply those situations here.

    Someone coded something for me, but I now want to bold part of the data returned for a document (specifically, the date)

    The code in question is:

    SELECT TRIM(TO_CHAR(TO_DATE(INFOVALUE, 'MON DD, YYYY')+20,'Month'))||' '||TRIM(TO_CHAR(TO_DATE(INFOVALUE,'MON DD, YYYY')+21,'DD, YYYY' ))AS approval_date

    FROM FOLDER WHERE CODE=100;

    So, I want the whole date to be bold. Much appreciated

  • Never mind. I figured it out - easier than I expected - I was over-thinking it

Viewing 2 posts - 1 through 1 (of 1 total)

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