Oracle PL/SQL Tutorial/Sequences/Modify Sequence — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
(нет различий)
|
Текущая версия на 10:06, 26 мая 2010
Modifying a Sequence
- You modify a sequence using the ALTER SEQUENCE statement.
- You cannot change the start value of a sequence.
- The minimum value cannot be more than the current value of the sequence ( currval ).
- The maximum value cannot be less than the current value of the sequence ( currval ).
5. 3. Modify Sequence 5. 3. 1. Modifying a Sequence