Guest User

Untitled

a guest
Dec 14th, 2017
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. +-----+----------+----------+
  2. | id | parentid | selector |
  3. +-----+----------+----------+
  4. | 1 | | |
  5. | 2 | 1 | |
  6. | 3 | 1 | need |
  7. | 4 | 2 | |
  8. | 5 | 2 | need |
  9. | 6 | 3 | |
  10. | 7 | 5 | |
  11. | 8 | 5 | |
  12. | 9 | 6 | |
  13. +-----+----------+----------+
  14.  
  15. +-----+----------+----------+----------------+
  16. | id | parentid | selector | parentSelector |
  17. +-----+----------+----------+----------------+
  18. | 1 | null | | null |
  19. | 2 | 1 | | null |
  20. | 3 | 1 | need | 3 |
  21. | 4 | 2 | | null |
  22. | 5 | 2 | need | 5 |
  23. | 6 | 3 | | 3 |
  24. | 7 | 5 | | 5 |
  25. | 8 | 5 | | 5 |
  26. | 9 | 6 | | 3 |
  27. +-----+----------+----------+----------------+
Add Comment
Please, Sign In to add comment