concat and string-join in Xquery
810043Mar 8 2011 — edited Mar 8 2011Hi
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