标签: 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()
(1/1)FatalErrorException 在null