我堅持這樣的代碼:Yii的查詢生成器,其中相同的條款
->select ('t1.id_i, t2.status')
->from ('table1 as t1, table2 as t2')
->where(array('or', 'id_i'=>$model->id, array('like', 't2.status', '%Beginner%')))
這裏有我想要的東西
WHERE t1.id_i=$model->id AND/OR t2.status LIKE "Beginner" //AND/OR are optional combination
我嘗試沒有結果很多組合。
請幫幫我。 謝謝。
部屋,別忘了說明你已經改變了什麼,以及爲什麼。不要忘了堆棧溢出中有許多新手可以從你的經驗中學到一兩件事,而對你來說顯而易見的東西可能不是他們的。 – 2014-10-09 05:36:29