Viewing 3 posts - 1 through 3 (of 3 total)
My issue is now resolved, Many thanks.
September 17, 2008 at 9:08 am
#873067
Hi,
Thanks for your last reply. Apologies for the delay in replying I have been attempting to complete the query myself, unfortunately without any luck.
The message that is displayed...
September 16, 2008 at 7:47 am
#872373
Thanks for your reply.. Here's where I'm stuck at, I have the query below in place.
select ' ';
SELECT
DATE,
NAME,
sum(TOTAL),
FROM TABLE1
WHERE (DATE > @date1 AND DATE < @date2 )
...
September 12, 2008 at 7:23 am
#870933