tp6查询数据库,随机获取一条数据

语句如下

$test = Db::name('test')->orderRaw('RAND()')->find();

你可能感兴趣的:(php,tp6,数据库)