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

Popular posts from this blog

javascript - Trigger mouseenter when an animated element touches mouse -

json - Zend error Connection -

java - Using Spring @Transactional with a combination of readOnly and write, when does this entity get committed? -