Guest User

Untitled

a guest
Nov 15th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. +-------------+---------+--------+
  2. | id_question | id_user | value |
  3. +-------------+---------+--------+
  4. | 1 | 1 | 1000 |
  5. | 1 | 1 | 2000 |
  6. | 2 | 2 | 2200 |
  7. | 2 | 2 | 1100 |
  8. | 3 | 1 | 3000 |
  9. +-------------+---------+--------+
  10.  
  11. +-------------+---------+--------+
  12. | id_question | id_user | amount |
  13. +-------------+---------+--------+
  14. | 1 | 1 | 2 |
  15. | 2 | 2 | 2 |
  16. +-------------+---------+--------+
Add Comment
Please, Sign In to add comment