I am using VFP 8 and would like to be able to obtain a RANDOM selection of X number of records from a given table.
These records need to be chosen at RANDOM so that everytime the Select Statement is executed a different result is obtained. The resulting output/cursor/table cannot contain duplicate records.
These records need to be chosen at RANDOM so that everytime the Select Statement is executed a different result is obtained. The resulting output/cursor/table cannot contain duplicate records.