Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. | order_id | user_id | amount | shipping_info | date_time |
  2. |----------|---------|--------|---------------|---------------------|
  3. | 222 | 7 | 999 | XXX | 2017-07-20 05:54:45 |
  4. | 333 | 5 | 2599 | XXX | 2017-06-18 22:34:25 |
  5. | 444 | 9 | 1859 | XXX | 2017-07-01 15:07:54 |
  6.  
  7. | order_id | product_id | amount | quantity | product_type |
  8. |----------|------------|--------|----------|--------------|
  9. | 222 | 6546 | 53 | 2 | A |
  10. | 222 | 8979 | 85.99 | 1 | B |
  11. | 444 | 9879 | 87 | 2 | A |
  12. | 444 | 4756 | 25 | 2 | A |
  13. | 333 | 3215 | 129 | 2 | B |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement