I am trying to divide in SQL:
[code language="sql"]Total_Duty / ([Chap 99 Rate] + DutyRate) as Entererd_Value[/code]
I think is have to cast as numeric, but nothing i've tries is working.
<
[code language="sql"]Total_Duty / ([Chap 99 Rate] + DutyRate) as Entererd_Value[/code]
I think is have to cast as numeric, but nothing i've tries is working.
<