Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. mysql> select * from news_newsFolder;
  2. +----+--------+-----------+--------+----------------+
  3. | id | obj_id | name | parent | path |
  4. +----+--------+-----------+--------+----------------+
  5. | 2 | 6 | root | 1 | root |
  6. | 18 | 295 | main | 17 | root/main |
  7. | 19 | 296 | comments | 18 | root/comments |
  8. | 20 | 297 | story | 19 | root/story |
  9. | 21 | 298 | russia | 20 | root/russia |
  10. | 22 | 299 | xussr | 21 | root/xussr |
  11. | 23 | 300 | world | 22 | root/world |
  12. | 24 | 301 | america | 23 | root/america |
  13. | 25 | 302 | economy | 24 | root/economy |
  14. | 26 | 303 | business | 25 | root/business |
  15. | 27 | 304 | finance | 26 | root/finance |
  16. | 28 | 305 | realty | 27 | root/realty |
  17. | 29 | 306 | politic | 28 | root/politic |
  18. | 30 | 307 | internet | 29 | root/internet |
  19. | 31 | 308 | tehnology | 30 | root/tehnology |
  20. +----+--------+-----------+--------+----------------+
  21.  
  22. mysql> select * from services_servicesFolder;
  23. +----+--------+------+--------+------+
  24. | id | obj_id | name | parent | path |
  25. +----+--------+------+--------+------+
  26. | 2 | 600 | root | 1 | root |
  27. +----+--------+------+--------+------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement