ランダムにデータを取得したい場合は「order by RAND()」を使う。LIMIT句にて件数を設定できる。
select * from TABLE order by RAND() LIMIT 10;
Name (required)
Mail (will not be published) (required)
Website