How can I auto-increment the integer primary key? Is there any specific datatype for that in Oracle 8i?
Printable View
How can I auto-increment the integer primary key? Is there any specific datatype for that in Oracle 8i?
you will have to use a sequence and then use that sequence in a before row insert trigger to auto increment the primary key value