Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. order
  2. id model amount preprint void
  3. 1 20 20 0 0
  4. 2 21 30 0 0
  5.  
  6. model
  7. no partno
  8. 20 testmodel20
  9. 21 testmodel21
  10.  
  11. serials
  12. sn order user
  13. test1 1 1
  14. test2 1 1
  15. test3 1 1
  16. test4 2 1
  17. test5 2 0
  18.  
  19.  
  20.  
  21. alles
  22. id partno count amount preprint void
  23. 1 testmodel20 3 20 0 0
  24. 2 testmodel21 1 30 0 0
  25.  
  26. count: serials.order = order.id AND serials.user <> 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement