Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Generating 7 numbers random sequence

RaakhApr 23 2011 — edited Apr 24 2011
Hello,

create sequence centers_seq
start with 1234567 increment by 1;

This statement will create and start sequence from 1234567 and will increment by 1 whereas I am trying to generate random 7 digits and of course unique

Thanks in anticipation

Best regards
This post has been answered by Solomon Yakobson on Apr 24 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 22 2011
Added on Apr 23 2011
6 comments
427 views