Subject Re: [firebird-support] int64 datatype in FB 1.5.2?
Author Helen Borrie
At 10:13 PM 9/03/2006, you wrote:
>What's the proper name of an int64 (integer from 2^-63 to 2^63-1)
>datatype in FB 1.5.2?
>
>I'm looking for something like:
>
>create table foo (bar int64 not null primary key);
>
>...however "int64" is not recognized - so what's the real name?

BigInt. You can also use NUMERIC(18,0).

./hb