sql – MySQL select 10 random rows from 600K rows fast
Questions: How can I best write a query that selects 10 rows randomly from a total of 600k? How to&Answers: A great post handling several cases, from simple, to gaps, to non-uniform with gaps. htt...