Forum Replies Created

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

  • RE: Concatenating Rows

    Carlo Romagnano (10/18/2009)


    Min-437192 (10/18/2009)


    Yours is pretty cool, but what do I need to modify if I want to get rid of duplicates? 🙂

    Simply add DISTINCT clause.

    create table fruit(name...

  • RE: Concatenating Rows

    Jeff Moden (10/18/2009)


    And here's a function for items that don't exceed 8K...

    --===== Create a function that uses VARCHAR(8000) with a DUPE Eliminator

    CREATE FUNCTION dbo.Concat8KTestDupElim

    ...

  • RE: Concatenating Rows

    Yours is pretty cool, but what do I need to modify if I want to get rid of duplicates? 🙂

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