I need to generate a random list of records. I have a table with a couple thousand records. I want to build a query that when I click on it, it will ask
"What percentage of records do you want to see" if I type "50" the query will randomly return 50% of my records. Randomly being the key word.
So how do I make a query to RANDOMLY give a result set based on a number my user types in? thanks.
"What percentage of records do you want to see" if I type "50" the query will randomly return 50% of my records. Randomly being the key word.
So how do I make a query to RANDOMLY give a result set based on a number my user types in? thanks.