SyntaxFix
Write A Post
Hire A Developer
Questions
Just use
WHERE RAND() < 0.1
to get 10% of the records or
WHERE RAND() < 0.01
to get 1% of the records, etc.