Hello, I'm using Laravel and I need to do a select in a table, I also create a field that brings the result of a function.
My select looks like this:
return \DB::table("view_pins_ocorrencias")
->select("*", "round(geo({$d...
asked by
17.01.2018 / 17:03