MySQLデータベースに格納したデータをランダムで抽出したい場合、RAND()関数を利用します。 例) SELECT * FROM table ORDER BY created DESC, RAND();
SELECT * FROM table ORDER BY created DESC, RAND();
Name (required)
Mail (will not be published) (required)
Website