Snippet Name: Create Sequence
Description: This is the basic create statement for sequences.
Comment: INCREMENT can be by any integer.
START WITH can be any integer.
If you set a max number and choose CYCLE the sequence will start again at your STARTWITH value.
Language:
Highlight Mode: PLSQL
Last Modified: March 02nd, 2009
|
|