How to add multiple searchJoin conditions for Laravel's prettus/l5-repository

前端 未结 0 1356
梦毁少年i
梦毁少年i 2021-01-21 01:19

I am trying to pass query params to generate the sql query like this:

select * from table_name 
where key_1 = \'qwe\'
AND  
(
key_2 = \'zxc\' 
OR key_3 = \'lxc\'
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题