Guest User

Untitled

a guest
Apr 20th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. SELECT COUNT(DISTINCT Category) AS Categories,
  2. COUNT(DISTINCT [Order Number]) AS Orders,
  3. COUNT(DISTINCT Product) AS Products
  4. FROM Associate and the output is as follows
  5. Categories Orders Products
  6. 1 17 13050 37
Add Comment
Please, Sign In to add comment