Viewing 2 posts - 1 through 3 (of 3 total)
I can't read Step 4, it is cut off
May 8, 2026 at 7:38 pm
#4821438
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;
August 16, 2021 at 1:42 pm
#3920373