Viewing 5 posts - 1 through 5 (of 5 total)
This is not the correct solution as it won't check the combination of my type and will only check for the Code. For every index in Table 2 , I...
June 29, 2013 at 10:03 am
Thanks Chris, Just one thing, I havent mentioned but I thought I could query it myself. Below are the points :
1. I have 2 input parameters i.e., FromDate and...
June 28, 2013 at 11:12 am
This is the solution. Thanks for the efforts once again.
SELECT siteType,Code, avg([count]) [count],
avg(FailFlagCount) FailFlagCount, avg(Freq) Freq,
avg (CC) CC, avg(BPO) BPO, avg(Forecast) Forecast
FROM
(
select left...
June 27, 2013 at 11:27 pm
Hi Sean, Well, I think I missed out only the "set dateformat dmy" in my insert statement. I have checked the same and it works fine for me.
There is nothing...
June 27, 2013 at 11:16 pm
Thank you for the suggestion. Updated it accordingly.
June 26, 2013 at 3:49 pm
Viewing 5 posts - 1 through 5 (of 5 total)