Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. SELECT inventoryItem.itemNum,
  2. inventoryItem.itemSize,
  3. inventoryItem.itemColor,
  4. count(inventoryItem.itemSize),
  5. count(inventoryItem.itemColor),
  6. FROM inventoryItem
  7. GROUP BY inventoryItem.itemSize, inventoryItem.itemColor;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement