Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. insert into Test from select from Test where @rid=#102:119 fetchplan in_*:-2 out_*:-2
  2.  
  3. insert into Test from (select from Test where @rid=#102:119 fetchplan in_*:-2 out_*:-2)
  4. com.orientechnologies.orient.core.command.OCommandExecutorNotFoundException: Cannot find a command executor for the command request: sql.(SELECT FROM Test WHERE @rid = #102:119 FETCHPLAN in_*:-2 out_*:-2)
  5.  
  6. insert into Test content (select @this.toJSON('fetchPlan:in_*:-2 out_*:-2') from Test where @rid=#102:119)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement