I am trying to write a query. It will take employee IDs from a table, and assign random numbers between 1-45 in whole number increments. The data is in Oracle - sql.
-
I have tried to use DBMS.RANDOM but doesnt seem to provide me a solution.Photops– Photops2017-06-14 18:33:52 +00:00Commented Jun 14, 2017 at 18:33
-
Possible duplicate of stackoverflow.com/a/1568679/2630032Stephan Lechner– Stephan Lechner2017-06-14 18:37:14 +00:00Commented Jun 14, 2017 at 18:37
-
1got it.. it worked thank youPhotops– Photops2017-06-14 18:45:32 +00:00Commented Jun 14, 2017 at 18:45
Add a comment
|