Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Other Forums
 MS Access
 Random records from Access, like your SQL article!

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2000-11-13 : 08:12:17
Tony writes "I was reading thru the articles on Random recordsets i.e.
SELECT ID, rand()
FROM FOO
ORDER BY 2

Is it possible to carry out the same procedure if the select is:
SELECT * (what goes here i've tried allsorts ?)
FROM FOO
ORDER BY 2

???????

Thanks

Tony"
   

- Advertisement -