Is there in way in SQL to select a row by random, so if it havd 1000 rows it picked row 200.
There is, in MySQL, the option to ORDER BY RANDOM, but only in recent versions, from memory 3.23, because I tried it, got an error, and then found that my host was using 3.22.
--