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
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