Viewing 2 posts - 1 through 2 (of 2 total)
The time periods can and will change so I was needing to group down to minute ( and even second ) if required.
Cheers folks!
May 13, 2004 at 1:51 am
#506248
Cheers folks for the responses.
I found another quite neat way to do it where I can specify the times down to seconds.
select * from transactions where tran_date between '03/01/2004' and '03/05/2004'...
May 12, 2004 at 4:36 am
#506102