i am trying to multiply the duty rate (a decimal) by the Total Value, which can be decimal.
CAST (D.Duty_Rate as decimal(22,8) * Sum(M.TOT_EXT_COST) as Duty_per_Part
As written, i get the an error ...... Incorrect syntax near '*'.
Do i need to Cast the second part of the formula?
Thanks