CREATE SEQUENCE Examples¶
- Define the start value for sequence âXYZâ as 10.
- Define the increment value for sequence âXYZâ as 10 and the number of cached values as 500.
- Define a sequence with 32-bit integer capacity.
- Define a sequence with a 64-bit integer capacity (depending on declared sequence attributes).