Viewing 3 posts - 1 through 3 (of 3 total)
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? 🙂
Min-437192 (10/18/2009)
Simply add DISTINCT clause.
create table fruit(name...
October 20, 2009 at 12:06 am
#1067974
Jeff Moden (10/18/2009)
--===== Create a function that uses VARCHAR(8000) with a DUPE Eliminator
CREATE FUNCTION dbo.Concat8KTestDupElim
...
October 19, 2009 at 11:58 pm
#1067969
Yours is pretty cool, but what do I need to modify if I want to get rid of duplicates? 🙂
October 18, 2009 at 2:59 am
#1067391