Is there any auto increment property for field in Oracle without using sequence and trigger ?
I am creating oracle database table using TOAD editor, I want add column with auto increment on, so is there any auto increment property for field? without creating sequence and adding trigger for table.
Is there any auto increment property for field in Oracle without using sequence and
Share
Nop. The sequences were created just for do that.