Quote Originally Posted by [email protected]
..... And why write RAND()*899999999+100000000 when RAND()*999999999
would do just as well?
surely those 2 are not equivalent? The first can't return a value below 100000000, whereas the second could return a value as low as zero