Welcome Guest, Not a member yet? Register   Sign In
Join Operation
#3

[eluser]flaky[/eluser]
Code:
$this->db->select('post_id');
$this->db->from('post');
$this->db->join('user', 'post.user_id = user.user_id');


Messages In This Thread
Join Operation - by El Forum - 07-26-2010, 10:38 PM
Join Operation - by El Forum - 07-26-2010, 11:18 PM
Join Operation - by El Forum - 07-28-2010, 06:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB