[Index]
Sequence can be used with the fn.nextval function to increment the sequence value.
Title | Description | Details | |||||||||||||||||||||||||||||||||||||||||||||||
Name * | The name that is given to the Sequence. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Current Value * | The current value of the sequence. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Step value * | The step value of the sequence. The nextval function will add the step value to the current value. Default: 1 |
|