Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] Active Record - Table Alias
#1

[eluser]fszostak[/eluser]
I'm in migration of MySQL to Oracle, the code below is okay with MySQL, but with Oracle dont work.

$this->db->from("table1 t1");
$this->db->join("table2 t2", "t2.id = t1.id");

Which correct form to set table alias?


Messages In This Thread
[SOLVED] Active Record - Table Alias - by El Forum - 07-20-2010, 10:06 AM
[SOLVED] Active Record - Table Alias - by El Forum - 07-20-2010, 11:49 AM
[SOLVED] Active Record - Table Alias - by El Forum - 07-20-2010, 12:15 PM
[SOLVED] Active Record - Table Alias - by El Forum - 07-20-2010, 12:25 PM
[SOLVED] Active Record - Table Alias - by El Forum - 07-20-2010, 12:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB