For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hi, I am using PL/SQL and have a table that looks like below: I would like to transpose the ContactDetail and ContactInfo for each customer ID into one row such that the final result looks like this:
How do I accomplish this?