think\db\builder\Pgsql::parseRand PHP Method

parseRand() protected method

随机排序
protected parseRand ( ) : string
return string
    protected function parseRand()
    {
        return 'RANDOM()';
    }