how to write this sql with active record |
@venance,
Have you thought about using query binding (https://codeigniter.com/user_guide/datab...y-bindings) instead? This way you can put the query in as you have it above. |
Messages In This Thread |
how to write this sql with active record - by venance - 03-18-2021, 01:47 AM
RE: how to write this sql with active record - by php_rocs - 03-18-2021, 08:09 AM
RE: how to write this sql with active record - by venance - 03-18-2021, 08:23 AM
RE: how to write this sql with active record - by php_rocs - 03-18-2021, 11:35 AM
RE: how to write this sql with active record - by venance - 03-18-2021, 12:38 PM
|