Subject | RE: [firebird-support] What type to use for primary key? |
---|---|
Author | Alan McDonald |
Post date | 2004-04-28T12:25:15Z |
> How many INTEGER generators will be enough to cover one NUMERIC (18,0)?Not sure what you mean. but you only need one generator for numbers of this
> Niki
>
> >
size. The generator will create this number. Remember it is an Int64 so you
get more than 18 places but less than 20 - that's why I quoted the number
9,223,372,036,854,775,807
Are you thinking that you need to split the generators or something?
Alan