Subject | Re: [ib-support] Want to use 64 bit integers |
---|---|
Author | Paul Vinkenoog |
Post date | 2003-05-20T10:32:09Z |
Hello Nols,
INT64 and you're there.
Greetings,
Paul Vinkenoog
> How do I declare 64 bit integers in FireBird. I want to use it asYou don't have to create a domain. Just use the internal datatype
> the key value of a certain table.
>
> Will this syntax do?
>
> CREATE DOMAIN ID_INTEGER64BIT AS
> NUMERIC(18,0)
> NOT NULL
INT64 and you're there.
Greetings,
Paul Vinkenoog