MI-L Random selection of records

2002-06-18 Thread Bart Broex
Hello, I would like to make a random selection from a table (I need 18000 records of 64), but I canĀ“t figure out how to achieve this. Hopefully someone has any idea. Bart Broex - List hosting provided by Directions

RE: MI-L Random selection of records

2002-06-18 Thread Spencer M. Simpson, Jr.
= randomsel_+str$(x)+_from_+t select * from t where selme into s noselect randomsel = s e.nd fu.nction HTH Spencer -Original Message- From: Bart Broex [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 5:39 AM To: [EMAIL PROTECTED] Subject: MI-L Random selection of records