random number generation

DigiTomi

New member
Local time
Today, 19:24
Joined
Sep 16, 2005
Messages
7
Hello,

I have this query:
SELECT UNIT.Code, Rnd() AS Expr1
FROM UNIT;

The problem is that in the Expr1 field all the numbers are the same. I would like to have random numbers that are different for each record (generate new random number for each record)

Thanks for your help
Cheers
 
Thanks for your help
 

Users who are viewing this thread

Back
Top Bottom