Subject | Re: Numeric Overflow Error |
---|---|
Author | Zoran Zivkovic |
Post date | 2007-03-24T11:51:58Z |
--- In firebird-support@yahoogroups.com, John vd Waeter <john@...>
wrote:
No results, same problem, same error.
Regards
Zile
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
>
> ??
>