0
我by子句我的訂單我要像做Zend框架,以便通過
select MyDate
from MyTable
order by case when MyDate is null then 1 else 0 end, MyDate
我怎麼能寫
order by case when MyDate is null then 1 else 0 end, MyDate
在Zend的 我已經嘗試過
->order('by case when MyDate is null then 1 else 0 end', 'MyDate')
去年上升空值
意見建議?