Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Replacing Cursors and While Loops

    Perhaps this has already been asked (or scoffed at for being 'undocumented') but have you considered a function using COALESCE to return your pivoted series?

    CREATE TABLE Test (

    id INT,

    val VARCHAR(10))

    INSERT Test (id,...

Viewing post 1 (of 1 total)