Welcome Guest, Not a member yet? Register   Sign In
Pagination with group by return oci_execute(): ORA-00979: not a GROUP BY expression
#1

(This post was last modified: 04-13-2024, 07:56 PM by just.)


        return $this;

Code:
$this->builder()
            ->select(‘name, address’)
            ->selectSum('TOTAL’)
            ->groupBy(‘name’, ‘address')
            ->limit($limit,  $offset);

        return $this;


Hi, im new to this forum, i tried to make pagination,  everything work without group by.  
can i get some help?

im using 4.4.6 version.
Reply


Messages In This Thread
Pagination with group by return oci_execute(): ORA-00979: not a GROUP BY expression - by just - 04-12-2024, 01:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB