Guest User

Untitled

a guest
Dec 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. +-----+---------+---------+--------+
  2. | key | wallsId | floorId | roofId |
  3. +-----+---------+---------+--------+
  4. | 701 | 1 | 3 | 2 |
  5. +-----+---------+---------+--------+
  6. | 702 | 1 | 3 | 1 |
  7. +-----+---------+---------+--------+
  8. | 703 | 2 | 1 | 3 |
  9. +-----+---------+---------+--------+
  10.  
  11. +-------+-------+-------+------+
  12. | value | walls | floor | roof |
  13. +-------+-------+-------+------+
  14. | 1 | 4,8 | 5,4 | 3,6 |
  15. +-------+-------+-------+------+
  16. | 2 | 7,5 | 3,8 | 7,8 |
  17. +-------+-------+-------+------+
  18. | 3 | 3,6 | 10,1 | 4,1 |
  19. +-------+-------+-------+------+
  20.  
  21. +-----+-------------+
  22. | key | final_value |
  23. +-----+-------------+
  24. | 701 | 22,7 |
  25. +-----+-------------+
  26. | 702 | 12,2 |
  27. +-----+-------------+
  28. | 703 | 17 |
  29. +-----+-------------+
Add Comment
Please, Sign In to add comment