Skip to main content

David

Member since Dec 11, 2008

Recent Blog Comments By David

  • SQL COALESCE() Very Cool, But Slower Than ISNULL()

    Posted on Dec 19, 2006 at 5:10 PM

    Coalesce is much more useful for something like this DECLARE @CodeList varchar(1000) SELECT @CodeList = COALESCE(@CodeList +', ', '') + CAST(EmpCode AS varchar(20)) FROM Employees SELECT @CodeList Where EmpCode is a column in the Employees table, this will return a comma-delimited list of t... read more »

I believe in love. I believe in compassion. I believe in human rights. I believe that we can afford to give more of these gifts to the world around us because it costs us nothing to be decent and kind and understanding. And, I want you to know that when you land on this site, you are accepted for who you are, no matter how you identify, what truths you live, or whatever kind of goofy shit makes you feel alive! Rock on with your bad self!
Ben Nadel