Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: join

    Having no concrete idea of what your table structure looks like...does this get close?

    SELECT

    DISTINCT e.empID, e

  • RE: join

    You're probably getting "Distinct" combinations of your 3 select fields

    If your data has 2 identical empID's with the same empName and CountyName, you'd get 1 row back

    If your data has...

Viewing 2 posts - 1 through 2 (of 2 total)