Changes

Jump to navigation Jump to search
34 bytes added ,  23:02, 17 June 2012
|-
| '''Examples'''
|The following query sends a query on a local server instance, binds the integer {{Code|123}} to the variable {{Code|$n}} and returns {{Code|246}}:
<pre class="brush:xquery">
let $c := client:connect('basex.server.orglocalhost', 80801984, 'admin', 'admin')return client:query($c, "$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