> I'm trying to find out what happens when a column of type SERIAL
> reaches its max value (2**10-1 if I'm not wrong). You can set a
> sequence to cycle once it has reached it's max value. Can the same be
> done with SERIAL columns? I haven't found any information on the
> matter in the docs.

???
If the datatype for that column was defined as FIXED(38) IMHO the serial
value may be 10^38 .
That should be enough for most purposes ;-)

Ciao, Sascha




_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to