Forum Replies Created

Viewing post 1 (of 1 total)

  • Reply To: Using Coalesce to Clean Up Reports

    I think this is a error typo is this query: , oh.,oh.OrderDate

    SELECT CustomerID,

    COALESCE(oh.OrderCompleteDate, oh.OrderProcessDate, oh.OrderUpdatedDate, oh.OrderReceivedDate, oh.,oh.OrderDate) AS 'OrderDate'

    FROM dbo.OrderHeader AS oh;

     

Viewing post 1 (of 1 total)