我有一个准备好的语句,需要在 cakephp 1.3 中使用 find() 来查询它。我该怎么做。我尝试了不同的条件,但没有成功。这是我准备好的声明
"select v.id from vehicles as v left join trips t on (v.id=t.vehicle_id) where t.departure_date between '2012-10-31 10:41:30' AND '2012-11-06 10:41:38' and t.id is null"
谢谢。