Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Building a random function

Re: Building a random function

From: David Gonzalez <dgonzalez_at_qconline.com>
Date: 17 Jul 1999 05:17:27 GMT
Message-ID: <01becea1$b950f660$809ef8d0@dgonzalez>


For the seed, try using the internal representation of SYSDATE. Each time you use it, you will be having a different number. As for the random function, you may use mod(x,100), where x is the number given by sysdate. Received on Sat Jul 17 1999 - 00:17:27 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US