Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. SELECT c.id, childUnit
  2. FROM c JOIN childUnit IN c.structure.childUnits
  3. WHERE c.structure.id = "7d2d5d3f-0c82-4910-aa0b-54d8067588a3"
  4. AND childUnit.id = "3fb44416-8fa8-4b60-8c0c-03b333d176f7"*
  5.  
  6. SELECT c.id, childUnit
  7. FROM c JOIN childUnit IN c.childUnits
  8. WHERE c.id = "7d2d5d3f-0c82-4910-aa0b-54d8067588a3"
  9. AND childUnit.id = "3fb44416-8fa8-4b60-8c0c-03b333d176f7"*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement