Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Random Order By
Message
 
À
10/09/2001 22:31:35
Simon La Rochelle
Consultant En E-Commerce
Granby, Québec, Canada
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Divers
Thread ID:
00554976
Message ID:
00554977
Vues:
19
I do not remember what is the Random function in Access but you can do someting like this.
Select *,ramdom as MyOrder from MyTable into MyNewTmpTable

Select * from MyNewTmpTable order by MyOrder into MuNewtable
Hope this help.


>Hi,
>
>I'm using Access 2k and I need to order a query randomly : so i'll never get my records in the same order.
>
>What kind of "ORDER BY" claus should I use ? Is there a "tip" to do that ?
>
>Thanks to any idea !
>
>
>Simon
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform