Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create random number
Message
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Titre:
Create random number
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01545107
Message ID:
01545107
Vues:
89
Hi,

In VFP I am creating a random number (that has to fit into N(8,0) size field) as following:
rand(-1)
nNumber = int( rand() * 100000000 )
I found online article that has the following code for creating a random number:
SELECT CAST(RAND() * 1000000 AS INT) AS [RandomNumber]
Is this equivalent to the VFP code?
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform