我如何得到这个产生随机结果而不是降序?

时间:2014-03-04 17:57:59

标签: php socialengine

我尝试将它从DESC更改为RAND()并且它不起作用。 它允许我将其更改为ASC,并且工作正常。

    $select = $photosTbl->select()
        ->where('contest_id=?', $this->getIdentity())
        ->order('votes DESC');

提前谢谢。

1 个答案:

答案 0 :(得分:1)

- >顺序( 'RAND()');

可能会这样做。让数据库做到这一点并不是很好