I am using pgsql and have this query in codeigniter:
$this->db->where(\'SiteCode\', $data->site_code)->update(\'t1add\', $t1add_table);