Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Random search in a table
Message
 
To
09/12/2004 09:31:43
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00968006
Message ID:
00968010
Views:
10
This message has been marked as a message which has helped to the initial question of the thread.
What about something similar to this:
SELECT  TOP 3 *, INT(1000*RAND()) as _order from (your_table) ORDER BY _order
>Hello
>
>I need to create a procedure to raffle (randon) N records (by it keys) among the area/records in a table..
>
>For example.. I'd like to get 3 randon items of the list below.. Different on each time that I run my procedure..
>
>00000124
>00000334
>00000454
>00000455
>00001888
>00001993
>00030001
>00045540
>00012222
>00344445
>00554442
>
>Does anyone could help me on it, please ?
>
>TIA
>
>Claudio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform