Datetime range selection
Example is to show all transactions starting at 6:00 AM through 14:00 PM for a given date.
The to-Char is so inefficient...
And to_char(dth.Creation_Date,'YYYY-MM-DD HH24:MI:SS')
between '2011/06/01 00:00:00' and '2011/06/01 23:59:59'
So, how does one apply date w/time for in a selection range filter?
I will be passing parms from a concurrent job replacing the hard-coded values.