Viewing 2 posts - 1 through 3 (of 3 total)
Oh, I see... That simple? Seen like too good to be true. Ill try it and give feedback but i might modify it to split it into two query,...
August 27, 2004 at 11:27 am
#520924
Vladan, Thank for answering.
I wish it would be that simple. But, like you said, maybe i didn't explain myself well.
UPDATE e
SET Dup = Yes
FROM Employees e
JOIN
(SELECT FirstName, LastName, count(EmployeeID)...
August 26, 2004 at 8:43 am
#520731