Sequence number start with 00001
hi all
i want to create sequence i want it starts with 000001,and after creating of sequence it return the values like this 000002,000003,000004 and so on
is it possible that it start with 000001?
CREATE SEQUENCE SARAHSEQuence
INCREMENT BY 1
START WITH 000001
Sarah