Subject | ID Generator |
---|---|
Author | alanpltse |
Post date | 2005-11-24T05:36:38Z |
I have created a generator for the ID column of my table Employee.
How do I do to the generator to make it get the latest number to
insert into the table. Use trigger? How to define the trigger ?
Case 1: use table new record
Case 2: use query insert statement.
How do I do to the generator to make it get the latest number to
insert into the table. Use trigger? How to define the trigger ?
Case 1: use table new record
Case 2: use query insert statement.