Viewing 2 posts - 1 through 2 (of 2 total)
Thank you Steve that looks like it could work. 🙂 now i just need to implement it.
Actually i cannot change the table schema at all, the sample i provided are...
February 17, 2013 at 9:53 am
#1588679
Hi Erin thanks for your reply.. But my problem remains that it counts every row.
CREATE TABLE Calls
(
ID int NULL,
caller nvarchar(50) NULL,
Agent nvarchar(50) NULL,
Missed bit NULL
) ON [PRIMARY]
GO
insert into Calls
values...
February 17, 2013 at 3:10 am
#1588645