Changes

Jump to navigation Jump to search
28 bytes added ,  22:00, 9 June 2014
<pre class="brush:xquery">
let $c := client:connect('localhost', 1984, 'admin', 'admin')
return client:query($c, "declare variable $n external; $n * 2", map{ 'n' := 123 })
</pre>
The following query performs a query on a first server, the results of which are passed on to a second server:
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu