Subject Re: [ib-support] Want to use 64 bit integers
Author Paul Vinkenoog
Hello Nols,

> How do I declare 64 bit integers in FireBird. I want to use it as
> the key value of a certain table.
>
> Will this syntax do?
>
> CREATE DOMAIN ID_INTEGER64BIT AS
> NUMERIC(18,0)
> NOT NULL

You don't have to create a domain. Just use the internal datatype
INT64 and you're there.

Greetings,
Paul Vinkenoog