I know in oracle RTRIM,XMLELEMENT and REPLACE are used.But what is the postgresql equivalent of them?
SELECT RTRM(XMLAGG (XMLELEMENT (E,REPLACE( )
the above snippet is showing error in postgresql
I know in oracle RTRIM,XMLELEMENT and REPLACE are used.But what is the postgresql equivalent of them?
SELECT RTRM(XMLAGG (XMLELEMENT (E,REPLACE( )
the above snippet is showing error in postgresql