Hi, I wanted to return the rows from cases table which are not in mail poller. But for somereason the following query is not giving me the expected result. Can someone help what mistake I am doing here.
SELECT * FROM `Cases` WHERE `fk_caseTypeRef_id` = 53 and case_id not in (SELECT fk_case_id FROM `MAIL_POLLER`);
Discussion posts and replies are publicly visible
For these types of problems, the fastest way to identify the error is to use chatGPT. Try it when you face a problem next time. It works really well for such cases.