how to create a sequence that begins with 0000000001 ? I want that all the 0's in the beginning should be displayed
Creating a sequence
Collapse
X
-
Hi
dikie
Welcome to TSDN.
You have reached the right place for knowledge shairing.
Here you will find a vast resource of related topics and code.
Feel free to post more doubts/questions in the forum.
But before that give a try from your side and if possible try to post what/how you have approached to solve the problem.
It will help Experts in the forum in solving/underestanding your problem in a better way.
Please follow the posting guidelines in every new post/reply. -
It it a requirment or uare asking out of curiosity.
My i know please in which case u are going to use all the leading zeros.
Create a normal sequence and use concatination at ht e time of insert or any other operation.Comment
Comment