同じテーブルを2回結合する必要はありませんが、ON
を拡張するだけです。 条項:
$this->db->select();
$this->db->from('we');
$this->db->join('schedule', 'schedule.itemid = we.cid AND schedule.itemtype = \'testitem\'');
$this->db->where('we.isActive','Y');
同じテーブルを2回結合する必要はありませんが、ON
を拡張するだけです。 条項:
$this->db->select();
$this->db->from('we');
$this->db->join('schedule', 'schedule.itemid = we.cid AND schedule.itemtype = \'testitem\'');
$this->db->where('we.isActive','Y');