| RESULTS
| <code>\4 {id}</code>
| <code>\t {item 1} ... \t {item n} \0</code>| Returns all results of the queryresulting items as string, prefixed by their [[Server Protocol/Data Types|Data Type]] {{Mono|\t}}.
|-
| EXECUTE
| FULL
| <code>\31 {id}</code>
| <code>{meta 1} ''XDM'' {item 1} ... {meta n} ''XDM'' {item n} \0</code>| {{Version|7.1.2}}: Returns all results of the queryresulting items as string, prefixed by their [[Server Protocol#XDM Meta Data|XDM meta dataMeta Data]].
|-
| ↯ error
===XDM Meta Data===
In most, the ''XDM'' meta data boils down to a single byte: the [[Server Protocol/Data Types|Type]] byte. Three items exist, for which the byte is followed by a <code>{URI}</code> string: {{Mono|document-node()}, {{Mono|attribute}} and {{Mono|QName}} items.
==Examples==