Guest User

Untitled

a guest
Apr 26th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. xquery version "1.0";
  2.  
  3. <results>
  4. {
  5. for $doc in collection('/db/articles')
  6. return
  7. <result>
  8. {$doc}
  9. </result>
  10. }
  11. </results>
Add Comment
Please, Sign In to add comment