Guest User

Untitled

a guest
Jan 24th, 2018
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. +----+--------------+-------+
  2. | ID | ITEMNAME | SIZE1 |
  3. +----+--------------+-------+
  4. | 1 | Blue T-shirt | M |
  5. +----+--------------+-------+
  6. | 2 | Blue T-shirt | L |
  7. +----+--------------+-------+
  8. | 3 | Red T-shirt | M |
  9. +----+--------------+-------+
  10.  
  11. +--------------+-----------------+
  12. | ITEMNAME | SIZE |
  13. +--------------+-----------------+
  14. | Blue T-shirt | select tag(M/L) |
  15. +--------------+-----------------+
  16. | Red T-shirt | M |
  17. +--------------+-----------------+
Add Comment
Please, Sign In to add comment