- START WITH 옵션만은 변경할 수 없습니다.


  - 시퀀스의 시작값을 변경하려면?

    Drop sequence seq1;

    Create sequence seq1

      start with 200;

'Oracle > SQL Fundamentals I' 카테고리의 다른 글

12일차 # 10-32: Index  (0) 2012.04.19
12일차 # 10-30: Guideline for Modifying a Sequence  (0) 2012.04.19
12일차 # 10-28: Cache  (0) 2012.04.19
12일차 # 10-23: Sequence Pseudocolumn  (0) 2012.04.19
12일차 # 10-22: Sequence  (0) 2012.04.19

+ Recent posts