こんにちは、cakephp の特定の列から個別の値を取得したいと考えています。
これは私が試したものです:-
$new_data =$this->Event->findAll(null, 'DISTINCT events.source');
Event- is the name of my model.
events- is my table name in db.
Source:- is the column name from which i want to fetch values.
クエリの何が問題なのかわかりません。誰か助けてもらえますか