Hi,
I’m trying to pull records from bizdoc table using CUSTOM QUERY using the date range. But I could pull only records with hours >= 1 and <= 12
Example below query its working
select * from bizdoc a where a.doctypeid=‘EDIINT------------------’
and a.doctimestamp between ‘24-APR-13 01.00.01’ and ‘25-APR-13 01.00.01’;
But not the below; what needs to be done. Any help on these please.
select * from bizdoc a where a.doctypeid=‘EDIINT------------------’
and a.doctimestamp between “24-APR-13 00.00.01” and “25-APR-13 00.00.01”;
Regards,
Sam
#B2B-Integration#Integration-Server-and-ESB#webMethods