Welcome Guest, Not a member yet? Register   Sign In
db->join("table", "column = " . $int) ... uses backticks and gives an error!
#7

[eluser]sophistry[/eluser]
it's difficult to follow the logic without seeing code, but at the risk of seeming impertinent, i think there is a gap somewhere in the JOIN approach.

you sound like you know what you are talking about, but, really, what is preventing this?
Code:
$this->db->where('id', $tab_id);
$q = $this->db->get('tab');

seriously, i'm curious to learn if you have a speed trick involving JOIN as opposed to WHERE.


Messages In This Thread
db->join("table", "column = " . $int) ... uses backticks and gives an error! - by El Forum - 09-28-2009, 06:21 PM



Theme © iAndrew 2016 - Forum software by © MyBB