2010-01-21

oracle random function

You can find useful information here.

E.g.: Generating a random number from a range, between 1 to 1000.
SQL> select dbms_random.value(1,1000) num from dual;