Subject | Re: [firebird-support] int64 datatype in FB 1.5.2? |
---|---|
Author | Helen Borrie |
Post date | 2006-03-09T11:35:37Z |
At 10:13 PM 9/03/2006, you wrote:
./hb
>What's the proper name of an int64 (integer from 2^-63 to 2^63-1)BigInt. You can also use NUMERIC(18,0).
>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?
./hb