I fetch an array with todo titles and due dates from MySQL. I want to order it by date and have the oldest on top. But there are some todos without a date. These todos I don\'t
possibly add a NVL( thedate, to_date('2099-12-31','yyyy-mm-dd')) in the order by clause
NVL( thedate, to_date('2099-12-31','yyyy-mm-dd'))