Tagged Questions
6
votes
3answers
3k views
Simple Random Samples from a (My)Sql database
How do I take an efficient simple random sample in SQL? The database in question is running MySQL; my table is at least 200,000 rows, and I want a simple random sample of about 10,000.
The "obvious" ...
1
vote
4answers
67 views
Giving Range to the SQL Column
I have SQL table in which I have column and Probability . I want to select one row from it with randomly but I want to give more chances to the more waighted probability. I can do this by
Order ...