Subject ERROR: arithmetic exception in select statement
Author elkins_villalona
Hello
I need some help to understand the ISC ERROR CODE:335544321 comming
from the firebird engine(version 1.5.3) when i try the following sql
statement

SELECT (1000000 * 0.029717682) * 20 FROM ANY_TABLE.

If i use

SELECT (1000000 * 0.029717682) * 2 FROM ANY_TABLE

it works fine.

Thanks in advance

Elkins