Advertisement
infogulch

Untitled

Jun 11th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.19 KB | None | 0 0
  1. -- trying to move a subtree
  2.  
  3. UPDATE parent_of
  4. SET parent_id = 3
  5. WHERE id = 5;
  6.  
  7. -- calls trigger defined on line 80
  8.  
  9. -- gives this error: 19:columns ancestor, descendant are not unique.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement