I need to autoincrement my doctorID
so the user does not have to type the doctorid in each time
how is this done
any help will be much apreciated
Printable View
I need to autoincrement my doctorID
so the user does not have to type the doctorid in each time
how is this done
any help will be much apreciated
Gareth,
You could create a Oracle sequence and then use this sequence in a database trigger to update that field when you insert a record.
Mike