Skip to Main Content

Integration

Announcement

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!

concat and string-join in Xquery

810043Mar 8 2011 — edited Mar 8 2011
Hi

I am parsing a non xml using string operation in Xquery. I like to know what is the difference between string join and concat.?

Since
The result for concat("Hello",";") as "Hello;"
The result for string-join("Hello",";") as "Hello " --> why ';' is not shown in the result.

thanks
Sesha
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 5 2011
Added on Mar 8 2011
2 comments
1,918 views