Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Random
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Random
Miscellaneous
Thread ID:
00095495
Message ID:
00095499
Views:
19
>I have a dbf table of members and related info.
>How can I get a random sampling of 411 out of the existing 6812?
>I been trying to apply rand() but with no success..
>Thank you for your understanding.

Select Top 411 rand() as rendexp, * From Yourtable Into ... Order by 1
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform