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

parseRand() protected method

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