Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Columns to Rows

    This should work for you

    SELECT

    ID

    ,LEFT(dd.Data_Values, LEN(dd.Data_Values) - 1) Data

    FROM

    #Unpivot up

    ...

Viewing post 1 (of 1 total)