Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

String concatenation

$
0
0
Hi,

I am using Oracle 9i Database. i just want concatenation the string as below

Country City

US California
US Texas

the output should be in the following format
Country City
US California,Texas

I tried for wm_concat and listagg function , but it is not supported in Oracle 9i. Please help me to acheive this

Viewing all articles
Browse latest Browse all 13329

Trending Articles