単一の mysql データベース内の 4 つのテーブルの名前をランダムに返す高速で効率的な方法が必要です。テーブルには、すべて小文字と数字であることを除いて、構造化された命名パターンはありません。
例: my_database には次のテーブルが含まれます。
(cat, dog, boat, car, cars, cars35, accorns, accerns, speaker, shell, olympics, politics, fray, ttypo, ... (thousands of tables like this) ... , road)
一連の数のランダム テーブルの名前をオーバーラップせずに返す効率的な方法が必要です。
例:
function_random_table(4) would return 4 table names stored to the following variables:
$random_1 = cars
$random_2 = cars35
$random_3 = shell
$random_4 = cat