Welcome Guest, Not a member yet? Register   Sign In
What is wrong with my SQL statement?
#2

[eluser]vrencianz[/eluser]
Use join, as described here: http://ellislab.com/codeigniter/user-gui...tml#select

Code:
$this->db->select('*');
$this->db->from('lists');
$this->db->join('your_lists', 'your_lists.list_id = lists.id');

$query = $this->db->get();


Messages In This Thread
What is wrong with my SQL statement? - by El Forum - 04-25-2012, 09:39 AM
What is wrong with my SQL statement? - by El Forum - 04-25-2012, 10:14 AM
What is wrong with my SQL statement? - by El Forum - 04-25-2012, 11:28 AM
What is wrong with my SQL statement? - by El Forum - 04-25-2012, 01:40 PM
What is wrong with my SQL statement? - by El Forum - 04-25-2012, 04:11 PM



Theme © iAndrew 2016 - Forum software by © MyBB