Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. SELECT expand(both('Friend').outE('isGoing').inV()) FROM #12:0
  2.  
  3. SELECT expand(both('Friend').outE('isGoing')[date = '2015-05-29 00:00:00'].inV()) FROM #12:0
  4.  
  5. SELECT expand(both('Friend').outE('isGoing')[Day = 29].inV()) FROM #12:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement