Forum Replies Created

Viewing 4 posts - 1 through 5 (of 5 total)

  • RE: DISTINCT + MIN

    It's super effective!

    Worked like a charm, thanks a lot.

    XC

  • RE: DISTINCT + MIN

    1 extra question, I have to add an extra Column from the original table thats not related to the 'Value' Column.

    Supose the original Table is:

    NameValueSS

    Xavier42

    Abigail43

    Muriel42

    Xavier33

    Abigail32

    Xavier22

    Muriel13

    Now that I have the proper...

  • RE: DISTINCT + MIN

    Luis, this is a subquery I needed to complete for a bigger query, your answer helped me since I was trying to use DISTINCT with MIN when I needed to...

  • RE: DISTINCT + MIN

    Even The Management studio was trying to say this to me

    "Column 'NAME' is invalid in the select list because it is not contained in either an aggregate function or the...

Viewing 4 posts - 1 through 5 (of 5 total)