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

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -