Subject RE: [firebird-support] What type to use for primary key?
Author Alan McDonald
> How many INTEGER generators will be enough to cover one NUMERIC (18,0)?
> Niki
>
> >

Not sure what you mean. but you only need one generator for numbers of this
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