CREATE SEQUENCE myTableIDSeq INCREMENT BY 1 START WITH 1000; : Create Sequence « Sequence « Oracle PL / SQL






CREATE SEQUENCE myTableIDSeq INCREMENT BY 1 START WITH 1000;

 
SQL>
SQL>
SQL>
SQL> CREATE SEQUENCE myTableIDSeq INCREMENT BY 1 START WITH 1000;

Sequence created.

   
  








Related examples in the same category

1.Create a SEQUENCE and retrieve the value
2.If id is null, use the value from sequence
3.Use dual table to check sequence
4.create sequence emps_seq start with 501 increment by 10