Skip to content
Advertisement

CodeIgniter Query Builder Class failed to achieve multiple where result as normal SQL query

Problem:-

How to add () between multiple where if you want to execute first 2 where first then last one. as you can add bracket in sql mention below.

Ci Query

Sql

What i want is like below

Advertisement

Answer

Solution Query grouping

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement