我有 2 表客户和客户计划
客户表 ID 名称 1 John 2 Deol 3 test3 4 test4
客户计划表 id cust_id 状态 1 2 0 2 3 1 3 4 1
我想获取所有客户 ID,并且计划 ID(如果存在)通过执行获取所有数据
$criteria->join ='where t.id NOT IN (select cust_id from customer_plan) or t.id in (select customer_id from customer_plan where foblu_customer_plan.babytel_status = 0)';
通过这个我得到客户表的ID,但我想同时获得两个表的唯一ID