what is the SQL Query to concatenate column values from multiple rows in Oracle?

Answer

SELECT pid, LISTAGG(Desc,' ')WITHINGROUP(ORDERBY seq)ASdescFROM   B
GROUPBY pid;

All oracle Questions

Ask your interview questions on oracle

Write Your comment or Questions if you want the answers on oracle from oracle Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---