Lesya Pavlova

Results 1 issues of Lesya Pavlova

I'm using Postgresql and have the following code: ``` $items = Element::select(DB::raw("COUNT(1), category"))->groupBy('category')->get(); ``` Mysql processes this query without any problems, but in case of Postgresql I'm getting an error:...