Convert Column values into rows

  • Hi,

    Can anyone help on my query?

    Ex:

    Now i have info as follows.

    CardID Cardvalue

    A100 100

    A200 300

    A300 500

    A400 600

    Now I want the result like

    A100 A200 A300 A400

    100 300 500 600

    Thanks in advance.

  • Since you're using SQL 2005, look up Pivot in Books Online. Does exactly what you want.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply