Pagination with group by return oci_execute(): ORA-00979: not a GROUP BY expression |
return $this; Code: $this->builder() 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.
Check the SQL statement, then you may know something.
https://codeigniter4.github.io/CodeIgnit...ql-queries
Hi Kenjis, thanks for reply.
i tried to var dump. and show query looks fine. event good without pagination from models. any specific Hints?
If you get ORA-00979, the SQL statement is wrong.
So you need to fix the SQL statement. > event good without pagination from models. What do you mean? (04-12-2024, 06:09 PM)kenjis Wrote: Check the SQL statement, then you may know something. (04-13-2024, 08:11 PM)kenjis Wrote: If you get ORA-00979, the SQL statement is wrong. (04-12-2024, 01:31 PM)just Wrote: |
Welcome Guest, Not a member yet? Register Sign In |