Advertisement
Guest User

Untitled

a guest
May 26th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. +------------+---------------+
  2. | ShopId | ArticleId |
  3. +------------|---------------+
  4. | 1 | 1 |
  5. +------------|---------------+
  6. | 1 | 2 |
  7. +------------|---------------+
  8. | 1 | 3 |
  9. +------------|---------------+
  10. | 2 | 1 |
  11. +------------|---------------+
  12. | 2 | 5 |
  13. +------------|---------------+
  14.  
  15. select * from table where shopId=@shopId
  16.  
  17. select * from table where articleId=@articleId
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement