ci里mysql和Oracle的sql语法相同吗?
ci里mysql和Oracle的sql语法相同吗? 不太一样。不过这个和 CI 无关,语法不是 CI 制定的,呵呵 $where = "pid in (select id from tb_district where pid='$id')";
$this->db->where($where);
$query = $this->db->get('district');
上面是mysql的语法,换成oracle应该怎么写呢?
页:
[1]