UPDATE
MRT
SET
Date = MR.Date
FROM
MRT
JOIN MR on MR.SKU = MRT.SKU
HERE Is where i would like to do an order by min(mr.Date)
All I get is an incorrect Syntax error.
I have to set the date = the smallest mr.date