0
聯接如何笨如何編寫MySQL查詢像笨
$query=$this->db->query("select TypeID,verification_type from table_verify where TypeID not in(select verificationId from table_invistigate where Id=$id)");
$result = $query->result();
return $result;
該查詢是從SQL禁令性能我好還是你.. –
如果你直接使用'$這個 - > DB->查詢()'它不會阻止。如上所述嘗試。 –
我試過$ verificationIds = $ this-> db-> get('table_invistigate') - > result_array();它正在返回顯示數據庫錯誤的數組作爲不在(數組,數組)中的位置 –