how to create a sequence menttioned below..for number generators.

[code=sql]
CREATE SEQUENCE sequ
START WITH 1
INCREMENT BY 1[/code]