select * from TABLO t where
t.start_date >= to_date('14.11.2016 04:01:39', 'DD.MM.YYYY HH24:MI:SS') and
t.start_date <=to_date('14.11.2016 04:10:07', 'DD.MM.YYYY HH24:MI:SS')
order by 1 desc
between de kullanabilirdik tabi, ben böyle diğer bir yolla göstermek istedim.