Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Random Order By
Message
 
To
10/09/2001 22:31:35
Simon La Rochelle
Consultant En E-Commerce
Granby, Quebec, Canada
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Miscellaneous
Thread ID:
00554976
Message ID:
00554977
Views:
22
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform