[EMAIL PROTECTED] wrote:
I can not find the maximum of an 'INTEGER AUTOINCREMENT' field. Is it greater thar 50.000.000 ?
It's a signed 64-bit value. The larget representable value is 0x7FFFFFFFFFFFFFFF = 9223372036854775807
Igor Tandetnik
[EMAIL PROTECTED] wrote:
I can not find the maximum of an 'INTEGER AUTOINCREMENT' field. Is it greater thar 50.000.000 ?
It's a signed 64-bit value. The larget representable value is 0x7FFFFFFFFFFFFFFF = 9223372036854775807
Igor Tandetnik