Codeigniter where not exists does not work |
I'm working on Codeigniter project and came across a problem. I would like that my function on my model to bring me the data from the POST table, where POST_ID in CATEGORY Table is not null, without joining the table, so (do not bring back the data whose POST_ID in CATEGORY table not exists). so i tried this method how can i get this result?
Code: code: // MyModel Thank you for help |
Messages In This Thread |
Codeigniter where not exists does not work - by optic4predator1 - 10-18-2020, 11:38 AM
RE: Codeigniter where not exists does not work - by ojmichael - 10-18-2020, 09:28 PM
RE: Codeigniter where not exists does not work - by optic4predator1 - 10-20-2020, 05:59 AM
RE: Codeigniter where not exists does not work - by optic4predator1 - 10-20-2020, 06:00 AM
RE: Codeigniter where not exists does not work - by InsiteFX - 10-21-2020, 10:48 AM
|