Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Divide by 0 issue

$
0
0
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.
<

Viewing all articles
Browse latest Browse all 3145

Trending Articles