Subject | FB2 Integer overflow |
---|---|
Author | leugim@poczta.onet.pl |
Post date | 2006-12-11T09:23:35Z |
Hello,
On one of our client server where I did an upgrade from Fb1.5 to Fb2 I
had the the following problem when executing a query (this copy about
5e6 of records from table ATABLE to an archive table ATABLE_20060701):
insert into ATABLE_20060701 select * from ATABLE where ATime < '2006-07-01';
The message I've got is:
Integer overflow
insert into ATABLE_20060701 select * from ATABLE where ATime < '2006-07-01';
Any idea what is the problem?
Regards!
Michal Rzewuski
On one of our client server where I did an upgrade from Fb1.5 to Fb2 I
had the the following problem when executing a query (this copy about
5e6 of records from table ATABLE to an archive table ATABLE_20060701):
insert into ATABLE_20060701 select * from ATABLE where ATime < '2006-07-01';
The message I've got is:
Integer overflow
insert into ATABLE_20060701 select * from ATABLE where ATime < '2006-07-01';
Any idea what is the problem?
Regards!
Michal Rzewuski