Generating 7 numbers random sequence
RaakhApr 23 2011 — edited Apr 24 2011Hello,
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