Codeigniter JOIN (SELECT query

后端 未结 3 1822
慢半拍i
慢半拍i 2020-12-31 10:38

It is possible to generate the following query by CI Query Builder class ?

SELECT name 
       FROM table1 t1 
                   JOIN 
                              


        
3条回答
  •  萌比男神i
    2020-12-31 11:05

    this library can help you to use sub queries with query builder have look on the doc of this library

    sub query with query builder

提交回复
热议问题