pivot

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pchaitanya
    New Member
    • Feb 2008
    • 13

    pivot

    Hi all,
    My doubt is can we give input to pivot dynamically means columns that are to be transformed at run time
  • ck9663
    Recognized Expert Specialist
    • Jun 2007
    • 2878

    #2
    No. But you can build the entire SELECT...PIVOT. .. statement dynamically.

    -- CK

    Comment

    Working...