Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Convert String to a Table using CTE

    Mitesh Oswal (12/14/2009)


    SELECT

    @CommaSeparatorString = '1,2,3,4,5,6'

    What You plan to do, if

    SELECT

    @CommaSeparatorString = '1<2,4>3,"aaaaa",...'

    i.e. if string contains special XML characters?

Viewing post 1 (of 1 total)