postgres START WITH 1 INCREMENT BY 1 code example Example: create sequence postgres CREATE SEQUENCE mysequence INCREMENT 5 START 100;