0

Hi I want to create custom sequence in mysql where in oracle I simply create the sequence by :

CREATE SEQUENCE id_seq
    INCREMENT BY 10
    START WITH 10
    MINVALUE 10
    MAXVALUE 100
    CYCLE
    CACHE 2;

But how to do it in mysql;

Ankit Bajpai
  • 13,128
  • 4
  • 25
  • 40
MIX 2000
  • 1
  • 1

0 Answers0