Viewing 2 posts - 896 through 2 (of 897 total)
Thanks for the help !
If there is a main field you would want to know this on the something like this
SELECT fldIwannaC
FROM myTbl
GROUP BY fldIwannaC
HAVING COUNT(fldIwannaC) >...
February 22, 2002 at 1:02 pm
#424346