Subject Re: Numeric Overflow Error
Author Zoran Zivkovic
--- In firebird-support@yahoogroups.com, John vd Waeter <john@...>
wrote:
No results, same problem, same error.

Regards

Zile

> And if you change
>
> Sum(I_CENA*I_KOL*(1-(F_KASP/100.00))*((100-I_RAB)/100)) AS VP
>
> Into
>
> Sum(I_CENA*I_KOL*(1-(F_KASP/100.00))*((100-I_RAB)/100.00)) AS VP
>
> ??
>