Viewing 5 posts - 1 through 5 (of 5 total)
This was very useful... the SP by Hari.Sharma, and the reports tip by Williams.. Thanks for both of you guys
October 12, 2008 at 7:53 am
WHY???
you can use the following
[font="Courier New"]SELECT
x,
y,
COUNT(y) AS How_Many_Times
FROM t1
GROUP BY x, y
HAVING (COUNT(y) > 1)[/font]
I don't understand 1.why do you have to add a rowid!! 2.what...
June 18, 2008 at 2:51 am
Hi,
I have faced the same problem. I tried to figure it out in the internet and I found this article
If you encounter this
Could not obtain information about Windows NT group/user...
April 24, 2008 at 6:48 am
Viewing 5 posts - 1 through 5 (of 5 total)