oracle11g - Sequence numbers for varchar data type? -
this used generate integer data type
create sequence sequence [increment n] [start n] [{maxvalue n | nomaxvalue}] [{minvalue n | nominvalue}] [{cycle | nocycle}] [{cache n | nocache}];
i want genrate sequence id of varchar data type.
sequence numbers varchar data type?
can me?
Comments
Post a Comment