返回带结果的行号

时间:2018-06-02 11:04:42

标签: mongodb laravel

我正在使用mongodb数据库。

DB::statement(DB::raw('set @row:=0'));
return \DB::connection('mongodb')->collection('users')->selectRaw('*, @row:=@row+1 as row')->get();

显示错误

  

(1/1)FatalErrorException   在null

上调用成员函数prepare()

0 个答案:

没有答案