2016-10-19 2 views

答えて

1

これは助けていません。この

 $query = $this->db 
       ->select() 
       ->from('student as s') 
       ->join('pay_log as p', 's.student_id = p.student_id') 
       ->where('activity LIKE "%yr%" OR activity LIKE "%yr1%"', FALSE) 
       ->where('class_id', 'cl123') 
       ->where('s.status', 'active') 
       ->get(); 
+0

を試してみてください。ブラケット部分は内側にあります。ここは違うものです。 –

+0

私は2番目のオプションを削除しました。表示されているものは、 – Blinkydamo

関連する問題