Subject | ERROR: arithmetic exception in select statement |
---|---|
Author | elkins_villalona |
Post date | 2007-03-06T14:52:19Z |
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
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