Welcome Guest, Not a member yet? Register   Sign In
Join two tables with two or three same field
#4

[eluser]Anak Indonesia[/eluser]
$this->db->select('*');
$this->db->from('gift');
$this->db->join('trans', 'trans.trans_id = gift.gift_id');
$this->db->where_not_in('gift.gift_id', $trans_ids);
$query = $this->db->get();


Messages In This Thread
Join two tables with two or three same field - by El Forum - 05-15-2012, 10:14 PM
Join two tables with two or three same field - by El Forum - 05-15-2012, 11:04 PM
Join two tables with two or three same field - by El Forum - 05-17-2012, 02:54 AM
Join two tables with two or three same field - by El Forum - 05-17-2012, 09:10 PM



Theme © iAndrew 2016 - Forum software by © MyBB