Forum Replies Created

Viewing 2 posts - 896 through 2 (of 897 total)

  • RE: Coding for "Not Distinct"

    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) >...

Viewing 2 posts - 896 through 2 (of 897 total)