I need to devise three CR9 queries to pull data from 100000's of records. We've simplied it to pull at three specific times during the day. 09:00:00AM, 14:00:00PM and 16:00:00 PM. It's an oracle database with both date and time probes in the report. I've used datevalue, datetime etc. to no avail.
A sample is ..
{RUN_DATE} = DateTime (2004, 05, 01, 09, 00, 00) and RUN_DATE} = DateTime (2004, 05, 01, 14, 00, 00) and RUN_DATE} = DateTime (2004, 05, 01, 16, 00, 00)
This select gets no errors, but when run I no records and it's done in 1 second. These queries take a long time tor process. I know there are records. Can someone help me to see what I am doing wrong. Thank you.
A sample is ..
{RUN_DATE} = DateTime (2004, 05, 01, 09, 00, 00) and RUN_DATE} = DateTime (2004, 05, 01, 14, 00, 00) and RUN_DATE} = DateTime (2004, 05, 01, 16, 00, 00)
This select gets no errors, but when run I no records and it's done in 1 second. These queries take a long time tor process. I know there are records. Can someone help me to see what I am doing wrong. Thank you.